saxon « XML « Spring Q&A





1. Spring - XSLT, switching from Xalan to Saxon    stackoverflow.com

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)
      ...

2. Spring 2.0 with xslt 2.0 processor(saxon 8.9)    forum.springsource.org

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 ...