Derek Basch <[EMAIL PROTECTED]> wrote:
It places the XSL Style Sheet reference at the end the generated XML
instead of the beginning.
doc = imp.createDocument("http://172.20.0.70:81/receipt/";, 'receipt',
doctype)
doc.appendChild(doc.createProcessingInstruction(...))
The PI node i
Hello,
I am having problems with using the xml.dom.minidom.createProcessingInstruction
method to create an XSL Style Sheet reference. It places the XSL Style Sheet
reference at the end the generated XML instead of the beginning. This breaks
the transformation in Firefox v1. Has anyone run into thi