Modify XML after XSL transformation

admin

Administrator
Staff member
I have a XML file and a XSL file to transform the XML into HTML. I need a way to modify the XML after the XSL transformation using JavaScript. With IE using document.XMLDocument and document.XSLDocument it is posible to read and modify the raw data, but this doesn't work in Gecko-based browsers and probably in any other browser that isn't IE.

So my question is, is there an equivalent of document.XMLDocument for other browsers?

If I've been a moron and document.XMLDocument does work with Gecko-based browsers... then how do I use it?
 
Back
Top