Xjslt: An XSLT 2.0 compiler for JavaScript(github.com) |
Xjslt: An XSLT 2.0 compiler for JavaScript(github.com) |
There is a simple command line interface as well as the ability to compile to a standalone JavaScript file for loading in a browser and to a JavaScript file that can be used in NodeJS and other JavaScript runtimes. This means you can run your XSLT transforms on the server or in a cloud function.
The majority of functionality is in place and it has worked with many XSLT files I have tried. There are a number of incomplete and/or broken features. The speed is very reasonable.