Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: XML::DOM Alternative

by srdst13 (Pilgrim)
on Jun 22, 2005 at 10:54 UTC ( [id://468961]=note: print w/replies, xml ) Need Help??


in reply to XML::DOM Alternative

If you aren't yet convinced on the merits of XML::Twig, note that you can parse chunks of the code using any module you like by passing the "twig" to a second parser. For example, you can use Twig to pull out each section of a file then use XML::DOM to parse and operate on it. Finally, there is XML::Twig::XPath which combines Twig and XPath for a very powerful tool for quickly and with minimal memory footprint.

Sean

Replies are listed 'Best First'.
Re^2: XML::DOM Alternative
by coontie (Sexton) on Jun 22, 2005 at 18:42 UTC
    I have a combo of: use XML::Parser; use XML::SimpleObject; which works very well via an object-oriented interface.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found