Re: XMLDocument.save("localfile.xml");
Lucky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Wired Earp wrote: > Lucky wrote > >> i was under the impression that using the IO write methods will >> only produce an ANSI output? and that UTF-8 characters will not work?? > > You can strap on a nsIScriptableUnicodeConverter or use the new method > described over at http://developer.mozilla.org/en/docs/Writing_textual_data > > great, funny you mentioned this, for i just came up on that bit myself. however, i'm still a bit upset w/ that type of documentation, it assumes you know how to fully put all those pieces in the right order, and my skills in nsInterfaces is a bit infantile so far. i think w/ all the help i might piece meal it together.