diff options
Diffstat (limited to 'src/xmlpatterns/parser/createXSLTTokenLookup.sh')
-rwxr-xr-x | src/xmlpatterns/parser/createXSLTTokenLookup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmlpatterns/parser/createXSLTTokenLookup.sh b/src/xmlpatterns/parser/createXSLTTokenLookup.sh new file mode 100755 index 0000000..3a60dc4 --- /dev/null +++ b/src/xmlpatterns/parser/createXSLTTokenLookup.sh @@ -0,0 +1,3 @@ +#!/bin/sh +xmllint --noout --schema ../qtokenautomaton/qtokenautomaton.xsd qxslttokenlookup.xml +java net.sf.saxon.Transform -xsl:../qtokenautomaton/qautomaton2cpp.xsl qxslttokenlookup.xml |