I use the following parse code to remove scripting
from the html before I do other parsing. This seems to
work fine for all pages, but I just found a page with
lots of script tags and it only removes the first 86
and leaves the last one.
What am I doing wrong ?
Thanks
Jose
-----------------------------------------------
parse/all html [ any [
to "<script" mark1:
thru "/script>" mark2:
(remove/part mark1 mark2)
:mark1
] to end
]
_______________________________________________________________
Copa del Mundo de la FIFA 2002
El �nico lugar de Internet con v�deos de los 64 partidos.
�Ap�ntante ya! en http://fifaworldcup.yahoo.com/fc/es/
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.