What's New in PHP 5?
- All XML extensions completely rewritten
- ext/xml (SAX parsing)
- ext/dom (W3C DOM standard)
- ext/simplexml (simple interface to XML documents)
- ext/XMLReader (XML Pull parser)
- ext/XMLWriter (Interface for writing XML documents)
- ext/xsl (XSLT processor)
- ext/soap (SOAP, WSDL)
- all based on libxml2
- W3C Standard (finally...)
Better Integration of XML in PHP
© copyright 2004 Bitflux GmbH