cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT-transformation in Java-Mapping with javax.xml

Former Member
0 Kudos

Hi,

we wanna use javax.xml for transformations in Java-Mapping.

Inside the Java-mapping we read in XSL-files to transform a XML-stream. With XSLT 1.0 everything works fine - but with XSLT 2.0 we are getting runtime errors.

Is it possible that javax.xml only supports XSLT 1.0?

Regards

Wolfgang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Which version of Java API for XML parsing is used in your scenario ?

There will be miss match of the JAVA API for XML parsinf javax.xml ( Is it Version 1.0) If so use next version this may help you .

Nanda

Former Member
0 Kudos

Hi Nanda,

thanks a lot for your answer.

Where can I find the version number of the java api for xml parsing?

Regards,

Wolfgang

Former Member
0 Kudos

Hi ,

Jaxp 1.3 is available in this link -

http://java.sun.com/webservices/jaxp/

Use these jar files to process XSLT 2.0.

Nanda

Answers (0)