Re: XML Declaration
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
bruno vernay wrote:
> Dirty hack :
> var piElem = doc.createProcessingInstruction("xml", "version='1.0'
> encoding='UTF8'");
> - a XML Declaration is not a Processing Instruction
> Real dirty ...
Yeah, it is in fact so dirty that it should not work. Could you file a
bug in bugzilla about that and post the bug number here.
/ Jonas