[sourcecode language=‘javascript’]
/* ref: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Processing_XML_with_E4X
- create html file, e.g., “test.html”
- copy paste the code below in it
- run it in firefox w/ the firebug plugin:
- look for the output in the firebug console */ var languages = JavaScript Python ; console.log(languages);
[/sourcecode]