E4X is a very convenient extension to ECMAScript (JavaScript) for using XML literals in JavaScript, also offering an XPath-like accessor syntax, and means of iterating elements via 'for each'.
It also works well as a templating solution: https://develo...
Categories