Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd love to use XSLT 2.0 and stuff, yet the browser I use (safari) for displaying XSLT does not support it.

Does anyone know of any browser already supporting XSLT 2.0?

share|improve this question
Do not use a browser to process your data. – empo Jun 8 '11 at 18:30
@empo what tools do you normally use? – Pacerier Jun 9 '11 at 3:18
I use an XSLT processor like Saxon and MSXSL. – empo Jun 9 '11 at 4:56
@empo i can't get to set up those things and there isn't an idiot's guide to it.. is there? – Pacerier Jun 9 '11 at 7:24
7  
@empo actually this is a valid question if you are using browser side processing a la selenium – psp Jul 4 '12 at 8:04

1 Answer

up vote 9 down vote accepted

Browsers so far don't support XSLT 2.0. There is however an attempt to port Saxon 9 to client-side Javascript so that it can be used within browsers: http://www.saxonica.com/ce/doc/contents.html

See also:

share|improve this answer
Wow, XSLT 2.0 in javascript? I'd expect something heavyweight... – Camilo Martin Apr 9 '12 at 19:57
2  
An update to this: Saxon-CE is now a product, and provides client-side XSLT 2.0 processing on all major browsers. (It's written in Java, cross-compiled to Javascript using GWT). – Michael Kay Jun 16 '12 at 15:54
@Michael Kay: Are you saying Saxon now brings XSLT 2.0 to JavaScript? Where can we found more info on this subject? – Bogdan Oct 21 '12 at 14:27
1  
Bogdan, see saxonica.com/ce/doc/contents.html on the documentation of Saxon CE and saxonica.com/ce/download.xml on download and licensing. – Martin Honnen Oct 21 '12 at 15:17
Update: Saxon-CE 1.1 has just been released. It is now open source. – pgfearo Feb 23 at 7:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.