On 2018-01-12, Sarika Sinha wrote:
> We are trying to use xslt with Java 9 using this -
>
> http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions";
> value="true"/>
>
> With Java 9, org.apache.xalan.processor.TransformerFactoryImpl is present
> in java.xml module but the pac
Hi,
We are trying to use xslt with Java 9 using this -
http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions";
value="true"/>
With Java 9, org.apache.xalan.processor.TransformerFactoryImpl is present
in java.xml module but the package
com.sun.org.apache.xalan.internal.xsltc.