If you are using the zip distribution you can e.g. manually edit the start scripts located in etc folder. These files are as [BaseX Startscript]. Adjusting the $CP variable should do it.
Hope this helps, Arve
[BaseX Startscript] https://github.com/BaseXdb/basex/blob/master/basex-core/etc/basex
On 27 May 2014, at 16:02, emchateau@laposte.net wrote:
Using based to publish TEI-XML files, allows to take benefits from the Java's environment using XSLT 2.0. But we didn't cope with putting Saxon in the Classpath for BaseX.
Is there any simple steps doing it ?
On a mac, we were able to do it by putting the Saxon's jar files into `/Library/Java/Extensions/` Running basexhttp, the expression `xslt:processor()` returns "Saxon" and `xslt:version()` returns "2.0".
On an ubuntu machine, there is no such directory for Java. We've first tried to set the CLASSPATH with `export CLASSPATH=/usr/share/java/saxon9he.jar` (and various other things) unhopely without success.
Your help would be very welcome !
Emmanuel Chateau and Philippe Pons