Subject:Jars to be included for calling Java methods from XSLT Author:sravya yarabati Date:03 Dec 2015 08:46 AM
Hi,
I would like to know the jar files to be included while calling Java methods/Java scripts from XSLT using Xalan and Saxon for the Java version 1.6 or 1.7
Subject:Jars to be included for calling Java methods from XSLT Author:Kurt Wald Date:08 Jan 2016 03:25 PM
To call Java native methods you don't need any additional jars. If you write your own extension functions you need to put the jar(s) containing these functions and any additional libraries required by them into the classpath. Below is a simple example for Saxon: