Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What browsers support XSLT 2.0?

The Safari browser does not support XSLT 2.0 documents.

What browsers, if any, support XSLT 2.0?

like image 748
Pacerier Avatar asked Jun 08 '11 16:06

Pacerier


1 Answers

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
like image 188
Martin Honnen Avatar answered Oct 02 '22 15:10

Martin Honnen