Re: Accessing the original XML DOM after browser-applied XSL transformation?
Christian Biesinger <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
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.