Wiki source code of Engine_Saxon

Version 10.1 by Nicolas Gregoire on 2012/01/10 14:16

Hide last authors
Nicolas Gregoire 4.1 1 [[Saxon>>http://saxon.sourceforge.net/||rel="__blank" title="Saxon Home Page"]] designs a family of Java and .Net based XSLT engines by Saxonica.
Nicolas Gregoire 1.1 2
Nicolas Gregoire 9.1 3 == Supported version ==
Nicolas Gregoire 5.1 4
Nicolas Gregoire 9.1 5 1.0 or 2.0, depending on the version of Saxon
Nicolas Gregoire 8.1 6
Nicolas Gregoire 9.1 7 == Command line ==
Nicolas Gregoire 6.1 8
Nicolas Gregoire 9.1 9 $> saxon-xslt foo.xml foo.xsl (XSLT 1.0)
10 $> saxonb-xslt foo.xml foo.xsl (XSLT 2.0)
Nicolas Gregoire 1.1 11
Nicolas Gregoire 7.1 12 == Identification strings ==
Nicolas Gregoire 1.1 13
Nicolas Gregoire 10.1 14 | xsl:vendor-url|http:~/~/www.saxonica.com/|http:~/~/saxon.sf.net/
Nicolas Gregoire 9.1 15 | xsl:vendor|SAXON 9.0.0.4 from Saxonica|SAXON 6.5.5 from Michael Kay
16 | xsl:version|2.0|1
Nicolas Gregoire 1.1 17
Nicolas Gregoire 7.1 18 == Special features ==
Nicolas Gregoire 1.1 19
20 * File creation
21 * Code execution
22 * Java properties
Nicolas Gregoire 2.1 23 * Misc extensions