-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
It would be nice to have support for saxon 9 b, for two reasons:
- it is open source
- it supports some second order functions, most importantly saxon:evaluate (with which xspec code would also be simpler)
As a workaround I have figured out that the following script as "saxon" works, with sacrifying coverage support (it just forgets the first three parameters, and I have saxon 9 b at ~/lib/saxon9.jar):
$ cat bin/saxon
#!/bin/bash
echo "this saxon script is specially crafted to make xpspec able to use saxon 9 b"
shift
shift
shift
java -cp /usr/share/java/tagsoup-1.2.1.jar -jar ~/lib/saxon9.jar ${*} targetdir=$PWD
Metadata
Metadata
Assignees
Labels
No labels