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.