What browsers support XSLT 2.0?

Solution 1:

Browsers do not yet support XSLT 2.0, natively.

  • Saxon 9 CE is a JavaScript-based XSLT 2.0 implementation.
  • Frameless is another, more light-weight XSLT 2.0 implementation in the browser, supporting large parts of the XSLT 2.0 and XPath 2.0 functionality

See also:

  • How can I make XSLT work in chrome?
  • https://developer.mozilla.org/en/docs/XSLT_2.0
  • http://blogs.msdn.com/b/dareobasanjo/archive/2004/05/13/131166.aspx