I am using javaExtensions to do some processing on the node. I am using the abbreviated syntax as my extension is implemented in Java.
I use
xmlns:java="http://xml.apache.org/xslt/java"
and while invoking the extension function i do
<xsl:value-of select="java:packageName.className.methodName($common_section_times)"/>
 
This used to work fine with xalan1.0
Now when i try the same with xalan2 it gives me transformationExceptions:
static method packageName.className.methodName($common_section_times)([ExpressionContext, RTFREF) not found
 
I went thru' the documentation n feel that i have used the correct syntax...
any environmental problems??
 
thanks,
kusuma
 

Reply via email to