|
Article entitled
High-Performance
XML Parsing With SAX on xml.com
"The problem: The XML documents you have to parse are getting too
large to load the entire document tree into memory; performance is
suffering. The solution: use SAX."
This article discusses XML::Parser::PerlSAX, SAX1 vs. SAX2,
and Orchard.
|