Re: Accessing the original XML DOM after browser-applied XSL transformation?
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Christian Biesinger wrote: > Martin Honnen wrote: >> <http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/xmldocument.asp> >> >> <http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/xsldocument.asp> >> >> >> But as far as I understand these are readonly so what the original >> poster expects, e.g. changing the source XML with DOM manipulation and >> having the result document automatically updated, is not possible. > > "readonly" here only means that you can't do "document.XMLDocument = > foo;", doesn't it? It doesn't necessarily mean that you can't change the > DOM. Yes. Btw, as this pops up on other places, too, Ben has filed https://bugzilla.mozilla.org/show_bug.cgi?id=305121. Axel