"Mozilla + XSLT"

Code snippet from Sjeord Fischer on the OPML-DEV list: var xslProcessor = new XSLTProcessor(); var outputDoc = document.implementation.createDocument("text/xml", "", null); xslProcessor. »