- From: Alex Milowski <alex@milowski.org>
- Date: Fri, 18 Nov 2011 17:47:14 -0800
- To: XProc Dev <xproc-dev@w3.org>
The jar manifest specifies what jars to load if you are executing by just referencing the Calabash jar file. I suggest you try manually specifying all the jar files and make sure you only have Saxon-PE available. If that works, you can build a custom version of calabash using the build system and should be able to just drop the supporting jars into the 'lib' directory. When it builds the calabash jar file, it bundles the jar file paths that you have in the 'lib' directory into the jar manifest. On Fri, Nov 18, 2011 at 2:58 PM, James Sulak <jsulak@gmail.com> wrote: > Hello everyone, > > I'm attempting to use Saxon extension functions in an XSLT called from > within a pipeline, but I get the error "Saxon extension functions are > not available under Saxon-HE." However, I am using Saxon PE, so they > should be available. Is there a trick to let Calabash know that the > PE features are available in Saxon? > > I'm using Saxon 9.3.0.11, and Calabash 0.9.40. > > Thanks, > > James > > -- --Alex Milowski "The excellence of grammar as a guide is proportional to the paucity of the inflexions, i.e. to the degree of analysis effected by the language considered." Bertrand Russell in a footnote of Principles of Mathematics
Received on Saturday, 19 November 2011 01:47:45 UTC