PHP XML Script
These PHP scripts will help you read, manipulate and parse XML files for further use in your web projects.
- PHP XML Parser Manual - The official PHP XML parser manual has got every aspect of XML parsing you will need to get started.
- XML to Array Parser - XML2Array() is a easy to use PHP function that will convert the given XML text to an array in the XML structure.
- SimpleXML Processing with PHP - Try the SimpleXML extension and enable your PHP pages to query, search, modify, and republish XML.
- Advanced XML parsing techniques - This article discusses advanced XML parsing techniques of PHP5, focusing on parsing large or complex XML documents. It will offer some background about parsing extensions and, specifically, what parsing methods are best suited to what types of XML documents and why.