PHP's SAX Parsers
- PHP 4 uses the Expat libarary: www.jclark.com/xml/expat.html
- PHP 5 uses the Libxml2 library: www.xmlsoft.org/
- Changes from PHP 4 to 5 are just in the back end. Don't need to modify your code.
- Documentation: php.net/ref.xml
| < PHP's Other Parsers (Previous) | Table of Contents | (Next) SAX Parser Concepts > |