javax.xml.transform.TransformerFactory Java system property determines which XSLT engine TrAX uses. Its value should be the fully qualified name of the implementation of the abstract javax.xml.transform.TransformerFactory class. Values of this property for popular XSLT processors include: com.icl.saxon.TransformerFactoryImplnet.sf.saxon.TransformerFactoryImplorg.apache.xalan.processor.TransformerFactoryImpljd.xml.xslt.trax.TransformerFactoryImploracle.xml.jaxp.JXSAXTransformerFactoryThis property can be set in all the usual ways a Java system property can be set. TrAX picks from them in this order:
System.setProperty( "javax.xml.transform.TransformerFactory", "classname")classname option to the java interpreterlib/jaxp.properties properties file in the JRE directory, in a line like this one: javax.xml.parsers.DocumentBuilderFactory=classnameMETA-INF/services/javax.xml.transform.TransformerFactory file in the JAR archives available to the runtime | |
| |
| |
| |
| |
| |
| |
| |
| |
| |