Hi folks, I'm loading a JAR file in my configuration like this:
<load location="path/to/jarfile.jar" /> It defines some extensions I need to call from xslt when doing my processing. When I run the transform, the extensions aren't picked up (I'm checking with function-available() ), though everything works fine when I just run saxon from the command line and include my jar file in the classpath. Do I need to do anything special? Best, Claus -- http://techwriter.dk/

