I had simple class:
import org.apache.xalan.processor.TransformerFactoryImpl; public class HomePageXsltController extends AbstractXsltView { protected Source createXsltSource(Map model, String rootName, HttpServletRequest request, HttpServletResponse response) ...
Spring 2.0 with xslt 2.0 processor(saxon 8.9) Hi I am new to spring and I am building a web application with it. I have configured spring to use xslt 2.0 processor ...