xml2array() - XML Parser for PHP - Demo
xml2array() is a easy to use PHP function that will convert the given XML text to an array in the XML structure. This is a demo for that function...
- Languages XML file - Parse
- Bin-Blog's Feed in Atom Format - Parse
- RSS Feed of this site - Parse
Results
With Attributes
xml2array($xml_string);
Without Attributes
xml2array($xml_string,0);