start/stop processing tags

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

start/stop processing tags

Post by Thunderstone »



Not directly.
You could delete the static portions after the walk by performing
a SQL update on the html table to remove the text from the Body field.
Something like:
gw -st "update html set Body=Body-'THE_STATIC_TEXT'"
gw -index
The above update will remove all occurences of THE_STATIC_TEXT from
the Body of every stored page.



Post Reply