What version of XSLT is supported by Smooks?
The simple answer to this question is that Smooks supports the version of XSLT supported by the installed XSL Processor. A more accurate answer would be that Smooks is not an XSL Processor and so does not rely on a specific version of the XSLT Specification. Smooks simply uses the javax.xml.transform API within the JDK when applying XSLTs. So as far as dependancies are concerned, the only denendancy Smooks has is the javax.xml.transform API.