Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Help parsing XML

by Matts (Deacon)
on Feb 01, 2002 at 23:30 UTC ( [id://142807]=note: print w/replies, xml ) Need Help??


in reply to Help parsing XML

How about XML::XPath? It allows you to go:
my @test_nodes = $doc->findnodes('//test');
Of course you have to grok XPath, but for the easy stuff it's just Unix directory paths and a bit more.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found