Has anyone tried to convert an xml file to an html page using an XSLT stylesheet in node.js? My background is in Java. I usually use SAXON to convert XML to HTML web pages. I am new to node.js. I tried to implement this using several libraries like node_xslt, libxsltjs etc., but was not successful. If someone tried to use other libraries that work with the XSLT stylesheet, send the link. Any help would be greatly appreciated.
source
share