Re: Facing problem using xslt and Java 9

2018-01-15 Thread Stefan Bodewig
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

Facing problem using xslt and Java 9

2018-01-12 Thread Sarika Sinha
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.