Re: XMLDocument.save("localfile.xml") <possible solutions>
Lucky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Christian Biesinger wrote:
> Christian Biesinger wrote:
>> (charset=charset also doesn't make much sense?)
>
> Oh... maybe it does. I'm not sure what the precedence of || and = is in JS.
i was just playing w/ the possibility of second argument to allow a dif
charset
so
.save("file.xml");
.save("file.xml", "UTF-8");
will result in same thing.
and just redefining it to charset, for the next use of it.