Reputation: 5914
Are there any XSLT frameworks for JavaScript? What I am trying to do is parse some XSLT and partially render it on the client with JavaScript but some of the XSLT functions must be supported on the client side.
Any recommendations?
Thanks in advance.
Upvotes: 2
Views: 226
Reputation: 186
Looking on Google I found this guide:
http://www.learn-ajax-tutorial.com/Xslt.cfm
In this page they recommend a javascript library for do this named Sarissa:
http://sarissa.sourceforge.net/
Try it out and good luck
Upvotes: 1