Windows Compatible Node.JS XSLT Package The Supports XSL 2.0 and XML to HTML -


i've been looking node module supports xml html/xsl version 2.0 transformations via xslt. i'm confined developing in windows environment, , have researched many alternatives including saxon/c (saxon-node), node_xslt, gulp-xslt, , others.

i haven't found solution satisfies our needs. solutions seem require linux or mac osx environment development.

any ideas? appreciate in advance!

your best bet xslt in node.js saxon-js, xslt 3.0 runtime in pure javascript1. note you'll need saxon-ee, commercial product, compile xslt, once that's done, can freely deploy result , runtime. bonus, saxon-js implements not xslt 2.0 xslt 3.0 well.


1caveat: saxon-js best bet once saxonica adds support parsing , serialization javascript runtime. before then, these limitations severely restrict suitability of saxon-js many projects, including possibly yours.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -