Re: How to make an XMLDocument as a parameter in a XSLT transformation ?

[email protected]
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <[email protected]>
--js-------
SORRY, i copied the code from the wrong file ....
--js NEW -------
var httprequest = new XMLHttpRequest();
httprequest.open("GET", "data2.xml", false);
httprequest.send(null);
var dom2 = httprequest.responseXML;

var xsltproc = new XSLTProcessor()
xsltproc.clearParameters();
xsltproc.setParameter(null, "domext", dom2);

var dom = this.xsltproc.transformToDocument(dom1);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.