DOM
A simple and lightweight implementation of the DOM for node.js. Working on implementing DOM levels 1, 2, 3 and 4; capable of using both XML and HTML5 semantics.
XML semantics provided by "sax".
HTML5 semantics provided by "com.izaakschroeder.html5".
var //Load the library DOM = //Load filesystem support fs = //Read a file stream = fs; //Parse the fileDOM