saxon « Tomcat « JSP-Servlet Q&A





1. Saxon Xalan JSP    stackoverflow.com

I have a JSP which attaches a XSL to an XML document pulled from a database. The application is using the Saxon Parser but my XML needs to use the Xalan ...

2. How to select saxon TransformerFactory in Java    stackoverflow.com

In my web application I need to use Saxon TransformerFactory to use XSLT 2.0 but I can't use setProperty method because I haven't this right on the web server and there ...