Re: Original DOM of a XSLT'd XML
"r0wb0t" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1143748477.019574.45610__8372.67128886214$1143748531$gmane$org@u72g2000cwu.googlegroups.com> |
Thanks Alex. I guess I should register a +1 for that bug? Jonas, I'm talking about accessing XML documents on the web from XUL, XML documents which I don't own and which I don't have any control over their stylesheets (and they must be loaded in the browser not with XMLDocument.load). I'll look into document.documentElement.textContent as mentioned by this comment: https://bugzilla.mozilla.org/show_bug.cgi?id=153281#c10 As a last resort I wouldn't mind turning off all automatic XSL processing by the xul:browser. Anyone know if that's possible? Rowan