Hi All,
I've created a custom XPath function by extending the org.apache.xpath.functions.Function class. To install it at runtime, I use the org.apache.xpath.compiler.FunctionTable.installFunction(String name, Expression func) method. This worked just fine with Xalan-J 2.2.0 and 2.3.1 using JDK1.2.2 and JDK1.3.1. However, it breaks using JDK1.4, even after I put the xalan.jar in the JDK 'endorsed' directory. Does anyone know a workaround?
Thanks,
Ari Kermaier