Processing XML with a single PHP call
Note: This article was originally published at Planet PHP
on 24 May 1920.
Processing XML with a single PHP call
By Manuel Lemos
PHP provides several extensions to parse XML documents but you still have to write a lot of custom code to validate and extract data from the parsed XML.Read this article to learn how to use this XML parser class to validate and extract the parse data from XML documents with a minimal amount of code that only requires a single call to the class.


