summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/qtokenautomaton/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/qtokenautomaton/README')
-rw-r--r--src/xmlpatterns/qtokenautomaton/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/xmlpatterns/qtokenautomaton/README b/src/xmlpatterns/qtokenautomaton/README
index 8c5e552..32c348f 100644
--- a/src/xmlpatterns/qtokenautomaton/README
+++ b/src/xmlpatterns/qtokenautomaton/README
@@ -56,8 +56,16 @@ Using it is approached as follows:
--schema qtokenautomaton.xsd yourFile.xml`
3. Produce the C++ files by invoking the stylesheet with an XSL-T 2.0
- processor[1]. For instance, with the implementation Saxon, this would be:
- `java net.sf.saxon.Transform -xsl:qautomaton2cpp.xsl yourFile.xml`
+ processor[1], for example Saxon.
+
+ If the Java SDK is installed, it can be invoked by:
+ java net.sf.saxon.Transform -xsl:qautomaton2cpp.xsl yourFile.xml
+
+ Debian provides a command line utility saxonb-xslt for this:
+ sudo apt-get install libsaxonb-java
+ saxonb-xslt -ext:on -xsl:qautomaton2cpp.xsl -s:yourFile.xml
+
+ The script regenerate.sh is provided to do this.
4. Include the produced C++ files with your build system.