Once again: How to get DOM in JavaScript Engine? Has this somebody done?
There are several questions and tips about getting the DOM into Spider-, Trace- or JaegerMonkey. But has anyone done this? Is somewhere out there a in C embedable working JS-Engine including the DOM? OR at least a easy to do tutoria开发者_如何转开发l?
I suggest looking into envjs or xmljs. These are full DOM implementations written directly in ECMAScript.
A DOM and a JS engine makes a web browser. Look into embedding Webkit or something.
精彩评论