Re: Accessing XML Document prior to Browser transformation
"Tezza" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Start with your XHTML (static file) which has a blank body Load the XML using XmlHttpRequest Transform the Request.responseXML and append the result to your XHTML page's BODY element. Now you still have Request.responseXML to do other things with.