Reputation: 18645
Does anyone know of a resource which summarises which version of XSLT is supported in different versions of the major browsers?
Upvotes: 3
Views: 205
Reputation: 56893
No browser supports anything above XSLT 1.0 at present.
Current XSLT 2.0 processors include Saxon, Gestalt, Altova and possible an IBM processor in beta.
Upvotes: 1
Reputation: 116412
Mozilla Firefox
Firefox 3 supports XML, XSLT, and XPath.
Internet Explorer
Internet Explorer 6 supports XML, XSLT, and XPath.
Internet Explorer 5 is NOT compatible with the official W3C XSL Recommendation.
Google Chrome
Chrome 1 supports XML, XSLT, and XPath.
Opera
Opera 9 supports XML, XSLT, and XPath. Opera 8 supports only XML + CSS.
Apple Safari
Safari 3 supports XML and XSLT.
Upvotes: 2