Re: XML Declaration
"bruno vernay" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1133346454.606892.18020__42201.9615340561$1133360007$gmane$org@g14g2000cwa.googlegroups.com> |
Do you mean XML Declaration ?? It is in DOM 3 (I think) Looks like it should be possible to set xmlVersion : http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-version It is said that the serializer can write (or not write the XML Declaration) : http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#parameter-xml-declaration Anyway I would like some Javascript methods like http://www.cafeconleche.org/books/xmljava/chapters/ch13s03.html