Re: Accessing the original XML DOM after browser-applied XSL transformation?
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Axel Hecht wrote: > Does IE expose the source XML to js in the result doc somehow? If so, is > that documented anywhere? Yes, IE exposes document.XMLDocument and document.XSLDocument see <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. -- Martin Honnen http://JavaScript.FAQTs.com/