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.)



(To see RSS examples using the ones&zeros PHP XML parser Class, click here...

OR


OR


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