summaryrefslogtreecommitdiff
path: root/development/saxonb/saxonbt
diff options
context:
space:
mode:
Diffstat (limited to 'development/saxonb/saxonbt')
-rw-r--r--development/saxonb/saxonbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/saxonb/saxonbt b/development/saxonb/saxonbt
new file mode 100644
index 0000000000..c259ff46d9
--- /dev/null
+++ b/development/saxonb/saxonbt
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Simple invocation of saxon-B java XSLT transform processor
+# The saxon9.jar must be in your CLASSPATH
+java net.sf.saxon.Transform $*
+