Re: [XML-SIG] createProcessingInstruction

2004-12-15 Thread Andrew Clover
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

[XML-SIG] createProcessingInstruction

2004-12-15 Thread Derek Basch
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