Subj : Spidermonkey DOM integration. To : netscape.public.mozilla.jseng From : aadamov Date : Sun Jan 04 2004 10:33 am I have an application in which I would like to do embed spidermonkey JS engine. However, application has data stored in DOM object that should be available to javascript engine. This is not a browser. I am looking for wrapper classes that would make DOM data available to SpiderMonkey. I expect the DOM schema to change and don't want it to be hardcoded in the wraper classes. I already started prototyping a solution, but it feels like reinventing the bycicle. Can anybody point me in the right direction or provide an example. Thank you, AA. .