Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^4: best xml parser to useby ftumsh (Scribe) |
on Jul 10, 2006 at 12:31 UTC ( [id://560122]=note: print w/replies, xml ) | Need Help?? |
XML Twig saves on memory by only reading in bits of the xml. To know what bits you are interested in you have to tell it.
As I don't know what tags will be used for a given document I can't do that so it would load the entire xml into memory which negates the point of Twig.
In Section
Seekers of Perl Wisdom
|
|