How to tell Firefox NOT to do XSL Transformation

ExtDev <[email protected]> Sun, 14 Dec 2008 09:55:02 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <[email protected]>
Hi,

I try to create an extension for Firefox that does XSL transformation
with a C++ code without using FF's internal XSLT-Processor
Transformiix.

My Extension should start when an XML document with XSLT instructions
is requested via the URL bar.

Normally when I request such an XML document FF starts the
transformation and shows me the result.

How can I tell Firefox within my extension not to do the XSL
transformation?

Since I will deal with very large XML documents it would be annoying
if FF would do the transformation, too.