Can you tell me where I put a .jar file containing a class I want to use within an XSLT transformation? I simply can't get this to work I have tried every conceivable logical location. I'm using XML Developer v14 Ent Ed on Debian (x64).
Within my stylesheet declaration I'm using :
- Code: Select all
xmlns:xalan="http://xml.apache.org/xslt"
xmlns:src="xalan://src.functions.BlockCalculator"
But when I try to run the transformation I'm told that a matching methods cannot be found.
--
William

