Tag Archives: DOM

Another E4X DOM Library

I just made another E4X DOM library, but this one is intended to implement the optional features in the ECMA-357 standard that are not implemented by Mozilla in JavaScript. The library is named e4x.js due to, for the most part, … Continue reading

Posted in JavaScript, JavaScript Libraries | Tagged , | Comments Off

E4X DOM Toolkit

I have created a small JavaScript toolkit named e4x-dom.js for making it easy to manipulate the DOM with E4X. The following methods are implemented on XML objects by e4x-dom.js: node() Returns the HTML node representation of the XML. over(element or … Continue reading

Posted in JavaScript, JavaScript Libraries, JavaScript Snippets | Tagged , | View Comments