Just forget about SAX!

    SAX is slow, old, has BC (PHP 4 vs. PHP 5) problems and a PITA to program.
    Alternative: XMLReader.

    + Properly supports namespaces, validation and more
    + Much faster
    + Actively developed
    + More "flow"-control for developer
    – In PECL, not in distribution
 
What is XMLReader? © copyright 2004  Bitflux GmbH