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