[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Hpricot Namespaces

amrangaye

1/9/2007 12:34:00 PM

Hello.

I've been using hpricot to parse html/xml. I recently ran into a
situation where an xml tag was within a namespace - hpricot returns nil
when I try to search for this particular tag using XPath. It works
using REXML::XPath. I googled, but apart from an open ticket there was
nothing else. Does anyone know if XML namespaces are supported in
hpricot, and how they are used?

Thanks.