[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:

  1. put this code in an php file
  2. upload this file to your server
  3. run it in firefox
  4. look for output in console */ var xml = new XML(

); console.log(xml);

[/sourcecode]