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
 
libxml2 speed © copyright 2004  Bitflux GmbH