phpXML Home | XML Test Sandbox | RSS Feed Example | Flash-to-PHP Example
Enter a URL to an XML file to parse, upload an XML file, or cut-n-paste code into the text area...
(Note: "Time to Prase" stats begin once the contents are fully downloaded.)
This is basically the PHP code used to generate the XML output below:
$xml = new phpXML();
$xml->parseXML( stripslashes( $_POST["pastedText"] ) );
$xmlCode = $xml->toString( 4 );
| Data taken from text area. | |
| XML File Information: | Version: Encoding: |
| Parse Time: | 0.000 seconds |
| Root Child Count: | 0 |