H
Horacio Sanson
I am using htmltokenizer to extract the links of some web pages, my script
worked perfectly until I started to parse pages with "<" and ">" chars in the
text.
a html string like this
<a href="an_uri" > this is a <link> </a>
causes the htmlparser to raise and exception; Error, tag is nil....
Is there a patch or any way to make htmlparser to parse this text??
regards,
Horacio
worked perfectly until I started to parse pages with "<" and ">" chars in the
text.
a html string like this
<a href="an_uri" > this is a <link> </a>
causes the htmlparser to raise and exception; Error, tag is nil....
Is there a patch or any way to make htmlparser to parse this text??
regards,
Horacio