From: Horacio Sanson Date: 2005-11-28T18:32:30+09:00 Subject: htmltokenizer bug? 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 this is 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