Rajesh N wrote: Can the Spidermonkey Javascript Engine (used as embedded in application) use the DMParser extension of Mozilla () to parse XML content present as Javascript strings? If yes, is there any guideline/documentation on how to achieve this? In general no, as DMParser is not part of the script engine at all but part of the Mozilla browser which makes it available to script in the browser using XPConnect.