Hi,
Thank you for helpful answer. I did solve the problem as you mentioned by adding the script after the namespace declaration
However I got some errors on the console like
05:43:03,631 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #89; Column #78; org.apache.xpath.objects.XString
05:43:03,631 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #159; Column #40; org.apache.xpath.objects.XString
05:43:03,631 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #166; Column #40; org.apache.xpath.objects.XString
05:43:03,631 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #173; Column #40; org.apache.xpath.objects.XString
05:43:03,663 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #180; Column #40; org.apache.xpath.objects.XString
05:43:03,663 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #187; Column #40; org.apache.xpath.objects.XString
05:43:03,663 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #194; Column #40; org.apache.xpath.objects.XString
05:43:03,663 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #201; Column #40; org.apache.xpath.objects.XString
05:43:03,663 ERROR [STDERR] file:///C:/jboss-eap-4.3/jboss-as/bin/jstl:; Line #210; Column #40; org.apache.xpath.objects.XString
When I printed the xsl:version, xsl:vendor and xsl:vendor-url, I got
Version: 1.0
Vendor: Apache Software Foundation
Vendor URL: http://xml.apache.org/xalan-j
I need to use xslt 2.0 but Saxon 9 he does not support calling the java methods from the xslt directly.
Could you please help me in how I could use xslt 2.0 but still be able to call the java methods?
Thank you.
Saraswathy.