What browsers support XSLT 2.0?

后端 未结 1 709
生来不讨喜
生来不讨喜 2020-11-30 08:26

The Safari browser does not support XSLT 2.0 documents.

What browsers, if any, support XSLT 2.0?

相关标签:
1条回答
  • 2020-11-30 09:08

    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
    0 讨论(0)
提交回复
热议问题