Re: Mozilla save method for xml ? anything new?
Smaug <[email protected]> Sun, 16 Aug 2009 17:11:07 +0300
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
On 8/15/09 2:53 PM, rvj wrote: > its been some while since the dom level 3 load and save spec was issued > > .. but Mozilla still only supports the load() method ?? > > > Whats happening > > > ....or is there any best practice for implimenting document save() > functionality ?? > > load() is not part of DOM3 Load&Safe. See https://bugzilla.mozilla.org/show_bug.cgi?id=494705 and https://bugzilla.mozilla.org/show_bug.cgi?id=155749 Can't you use XMLHttpRequest/DOMParser/XMLSerializer? -Olli