Wiki source code of Engine_Saxon

Version 11.1 by Nicolas Gregoire on 2012/01/10 14:23

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 11.1 5 Depending on the version used :
Nicolas Gregoire 8.1 6
Nicolas Gregoire 11.1 7
8 * Saxon 6.x (open source) : XSLT 1.0
9
10 * Saxon-B 9.x (open source) : XSLT 2.0
11
12 * Saxon-HE 9.4 (open source) : XSLT 2.0
13
14 * Saxon-EE 9.4 (commercial) : XSLT 2.0 + partial support of XSLT 3.0
15
16 * Saxon-PE 9.4 (commercial) : XSLT 2.0 + selected features from XSLT 3.0
17
Nicolas Gregoire 9.1 18 == Command line ==
Nicolas Gregoire 6.1 19
Nicolas Gregoire 9.1 20 $> saxon-xslt foo.xml foo.xsl (XSLT 1.0)
21 $> saxonb-xslt foo.xml foo.xsl (XSLT 2.0)
Nicolas Gregoire 1.1 22
Nicolas Gregoire 7.1 23 == Identification strings ==
Nicolas Gregoire 1.1 24
Nicolas Gregoire 10.1 25 | xsl:vendor-url|http:~/~/www.saxonica.com/|http:~/~/saxon.sf.net/
Nicolas Gregoire 9.1 26 | xsl:vendor|SAXON 9.0.0.4 from Saxonica|SAXON 6.5.5 from Michael Kay
27 | xsl:version|2.0|1
Nicolas Gregoire 1.1 28
Nicolas Gregoire 7.1 29 == Special features ==
Nicolas Gregoire 1.1 30
31 * File creation
32 * Code execution
33 * Java properties
Nicolas Gregoire 2.1 34 * Misc extensions