I'm having an unusual problem trying to use a java extension from an XSLT stylesheet.
The Java classes are included in the classpath, and the XSL sheet runs fine from the babeldoc directories if triggered manually.
But Xalan is giving a class not found exception.
I've tried various tricks to get round this, like moving my class files into the babeldoc root, but none of them work.
Can anyone shed some light on this? Much appreciated.
Cheers,
Ed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm having an unusual problem trying to use a java extension from an XSLT stylesheet.
The Java classes are included in the classpath, and the XSL sheet runs fine from the babeldoc directories if triggered manually.
But Xalan is giving a class not found exception.
I've tried various tricks to get round this, like moving my class files into the babeldoc root, but none of them work.
Can anyone shed some light on this? Much appreciated.
Cheers,
Ed
Thought I'd let people know that I fixed this by copying my JAR file into the Babeldoc/bin directory.