PHP XML ExtensionsInformation and examples for using the PHP XML extensionshttp://example.com/extensions/xml/SAXext/xml provides a SAX XML parser generatorhttp://example.com/extensions/xml/saxDOMThe DOM extension provides an implementation of DOM, the Document Object Modelhttp://example.com/extensions/xml/domXPathXPath is used to query XML documents for elementshttp://example.com/extensions/xml/xpathXSLThe XSL extension provides the ability to apply eXtensible Stylesheet Transformations (XSLT) on DOM documentshttp://example.com/extensions/xml/xslSimpleXMLSimpleXML provides OOP access to XML documentshttp://example.com/extensions/xml/simplexmlXMLReaderXMLReader provides an XML Pull implementation for PHPhttp://example.com/extensions/xml/xmlreaderXMLWriterXMLWriter provides functions and OOP methods for generating XML documentshttp://example.com/extensions/xml/xmlwriterXML-RPCXML-RPC extension for creating PHP XML-RPC client and server implementationshttp://example.com/extensions/xml/xmlrpcSOAPSOAP protocol layer for PHP, including a client and server implementationhttp://example.com/extensions/xml/soap