aboutsummaryrefslogtreecommitdiff
path: root/development/saxonb/saxonbq
diff options
context:
space:
mode:
Diffstat (limited to 'development/saxonb/saxonbq')
-rw-r--r--development/saxonb/saxonbq5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/saxonb/saxonbq b/development/saxonb/saxonbq
new file mode 100644
index 000000000000..2a721c8ad53c
--- /dev/null
+++ b/development/saxonb/saxonbq
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Simple invocation of saxon-B java XQuery processor
+# The saxon9.jar must be in your CLASSPATH
+java net.sf.saxon.Query $*
+