Htnl parser

hi
is there a html parser module for ruby i need it to extract tags and text from a lot of html documents.
thx
martin

Martin Pfeffer wrote:

is there a html parser module for ruby i need it to extract tags and
text from a lot of html documents.

Look up "WebUnit". Way cool, and competitive with HttpUnit.

ยทยทยท

--
  Phlip
  http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces

Martin Pfeffer wrote:

is there a html parser module for ruby i need it to extract tags and text from a lot of html documents.

You might want to check out htmltokenizer. It's in the RAA. It's pretty simple, pretty easy to use.

Ben