Class SchematronTransformerFactory

java.lang.Object
com.helger.schematron.saxon.SchematronTransformerFactory

@Immutable public final class SchematronTransformerFactory extends Object
A special TransformerFactory handler that prefers Saxon's TransformerFactory before calling the SPI version TransformerFactory.newInstance (). This is mainly to solve the interoperability issue when using Xalan and Saxon together in the class path. Also in general, Saxon is always to be preferred to Xalan. Xalan is simply out of date.
Author:
Philip Helger