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
Post a Comment