Re: Saving the DOM
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Firefox 2.0.0.12 does the exact same save that the embedded app does via saveDocument. In other words, many fields, static text AND data fields get duplicated when saved as complete page. When saved as HTML only the duplication does not occur. But since saveURI does not show DOM reflection it's not a work-around currently. Additionally, neither approach(complete or html only) saved any changes on the page when they were made. Only the original page was saved. Are there known issues? What alternatives are there to get the document back from the DOM with changes? Thanks.