Subject: RE: Media types used in xml-stylesheet processing instruction
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Fri, 4 Mar 2005 10:02:38 +0200
|
Hi,
> Which media types are currently used in xml-stylesheet processing
> instructions for XSLT? I know about application/xslt+xml, and the
> unregistered text/xsl. Are there any others in use?
Browsing the Mozilla CVS, nsXMLContentSink.cpp
<http://lxr.mozilla.org/mozilla/source/content/xml/document/src/nsXMLContentS
ink.cpp> seems to check for
text/xsl
text/xml
application/xml
The Mozilla CVS search didn't find occurences of "application/xslt+xml" in the
source code.
Cheers,
Jarno
|