[sourcecode language=‘javascript’]
/* ref: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Processing_XML_with_E4X prereq: firefox w/ firebug installed and a server running php w/ simplexml usage:
- put this code in an php file
- upload this file to your server
- run it in firefox
- look for output in console */ var xml = new XML(
); console.log(xml);
[/sourcecode]