[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

htnl parser

Martin Pfeffer

10/24/2004 2:08:00 PM

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
2 Answers

Phlip

10/24/2004 3:04:00 PM

0

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/TestFirstUser...


Ben Giddings

10/26/2004 9:01:00 PM

0

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