Extensible Markup Language (XML) is a big building block of today's web with hundreds of XML-based languages having been developed, including XHTML, ATOM, and SOAP just to name a few. Knowing how to process XML data is a crucial programming skill today, and thankfully, PHP offers multiple ways to work with it. In this article you'll learn what XML is and how to use the XML Parser and SimpleXML... moreExtensible Markup Language (XML) is a big building block of today's web with hundreds of XML-based languages having been developed, including XHTML, ATOM, and SOAP just to name a few. Knowing how to process XML data is a crucial programming skill today, and thankfully, PHP offers multiple ways to work with it. In this article you'll learn what XML is and how to use the XML Parser and SimpleXML extensions to parse it. view page