Gerard's Perl Page
Index
Home
About
Old News
Contribute



Portfolio
metamail
rifle
ubh
whatpix
ydecode

Links
use Perl;
Perl Monks
www.perl.com
ActiveState
CPAN
Perl User Groups
Perl Mongers
Powered By Perl
Template Toolkit
Emacs

High-Performance XML Parsing With SAX
by gerard on Wed Feb 14 00:00:00 PST 2001

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.