Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: What is the best XML module to use?

by shady (Sexton)
on Oct 06, 2005 at 17:11 UTC ( [id://497995]=note: print w/replies, xml ) Need Help??


in reply to What is the best XML module to use?

If the files expect to be large, have a look in XML::SAX. This module provides XML parsing by events, so it's make possible to parse large files without getting much of memory.

Replies are listed 'Best First'.
Re^2: What is the best XML module to use?
by Skeeve (Parson) on Oct 06, 2005 at 18:19 UTC

    XML::Twig is similar in that you will be able to delete elements or whole subtrees as soon as you no longer need them. XML::Twig will also fire event handlers when elements are completely parsed. I found it very easy to use.

    Take a look at the XML::Twig homepage. You will find a comparison between different XML modules and how well they are suited for different tasks.


    $\=~s;s*.*;q^|D9JYJ^^qq^\//\\\///^;ex;print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-03-19 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found