docs.rodeo

MDN Web Docs mirror

Common XSLT Errors

MIME types

Your server needs to send both the source and the stylesheet with a XML mime type, text/xml or application/xml. To find out the current type, load the file in Mozilla and look at the page info. Or use a download tool, those usually tell the mime type.

In Firefox 6 and forward, you can also use the official XSLT mimetype: application/xslt+xml.

Namespace

The XSLT 1.0 namespace is http://www.w3.org/1999/XSL/Transform. Older versions of IE used a different namespace. However these versions also used a draft version of XSLT which is incompatible with what eventually became the XSLT 1.0 specification. Firefox only supports the official XSLT 1.0 version.

Missing features

There are some features in the XSLT 1.0 specification which Firefox unfortunately does not yet support. Specifically:

If you’d like to help out with any of the above features, help would be greatly appreciated.

In this article

View on MDN