Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Seeking Xml::XPath tutorials

by mirod (Canon)
on Sep 28, 2005 at 05:31 UTC ( [id://495633]=note: print w/replies, xml ) Need Help??


in reply to Seeking Xml::XPath tutorials

Is there any specific reason you want to use XML::XPath? XML::LibXML is very similar, except that it is a lot more powerful (supports XPath and DOM like XML::XPath, but also RelaxNG, catalogs, XInclude...), faster, and better supported. Its only possible drawback is that it is based on libxml2 instead of expat, which might be a tad more difficult to install if you are not on linux.

In any case you can see examples using both modules in the Ways to Rome series of articles, and you can play with XPath at xpath_test.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://495633]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found