Once again: How to get DOM in JavaScript Engine? Has this somebody done?

1.1k views Asked by At

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 tutorial?

2

There are 2 answers

6
bdonlan On

A DOM and a JS engine makes a web browser. Look into embedding Webkit or something.

2
Simon Jester On

I suggest looking into envjs or xmljs. These are full DOM implementations written directly in ECMAScript.