- From: James Sulak <jsulak@gmail.com>
- Date: Mon, 21 Nov 2011 08:39:20 -0600
- To: XProc Dev <xproc-dev@w3.org>
Hi Norm, That's the way I have it set up, but no luck. Here's the command I'm using: java -cp y:\saxon\saxon9pe.jar;y:\saxon\;y:\calabash\calabash.jar com.xmlcalabash.drivers.Main The saxon-license.lic is in y:\saxon\. There aren't any saxon9he jars in the classpath anywhere. Unless it turns out I'm doing something boneheaded, I can file an issue on github. Thanks, James On Sat, Nov 19, 2011 at 6:10 AM, Norman Walsh <ndw@nwalsh.com> wrote: > James Sulak <jsulak@gmail.com> writes: >> 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? > > If you put the saxon PE jar file on your class path before the > calabash.jar file and have the Saxon license on your class path, I > think it should "just work". If it doesn't, let me know. > > Be seeing you, > norm > > -- > Norman Walsh > Lead Engineer > MarkLogic Corporation > Phone: +1 413 624 6676 > www.marklogic.com >
Received on Monday, 21 November 2011 14:40:48 UTC