问题
I've done a google but can't see anyone talking about a solution.
Is there a proper way of plugging in Saxon so that Spring MVC uses it for its XSLT views instead of whatever comes with the JDK, which is still 1.0 ?
(Haven't tried myself, in a rush, so just wondered if anyone out there has already done this and if so how).
Thanks.
回答1:
Its as Michael says. Basically just put the Saxon jar(s) on the classpath. I imagined it could be, but didn't like to assume, and simply couldn't find a mention of anyone saying so. So now it has been mentioned hopefully others will find this useful.
来源:https://stackoverflow.com/questions/16242708/how-do-i-change-the-xslt-provider-for-spring-mvc-i-e-plug-in-saxon-9-x