[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Hpricot question

Nanda Yadav

1/30/2008 8:26:00 PM

when I parse html file and capture the elements, hpricot automatically
fixes the issues and shows the results.

so if html source code has
<title> This title is formatted wrong <adsfadsftitle>

puts doc.at("title").to_html shows
<title>This title is formatted wrong </title>

What I want to do is capture the actual text and tags as they are, is
there any method in hpricot that does that or is there another parser i
can use for this purpose.

Thanks a bunch!
--
Posted via http://www.ruby-....