Wiki source code of Engine_Saxon

Version 22.1 by Nicolas Gregoire on 2012/01/14 17:43

Hide last authors
Nicolas Gregoire 22.1 1 {{toc/}}
2
Nicolas Gregoire 4.1 3 [[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 4
Nicolas Gregoire 22.1 5 = Supported version =
Nicolas Gregoire 5.1 6
Nicolas Gregoire 15.1 7 Depending on the engine used :
Nicolas Gregoire 8.1 8
Nicolas Gregoire 11.1 9
10 * Saxon 6.x (open source) : XSLT 1.0
11
12 * Saxon-B 9.x (open source) : XSLT 2.0
13
Nicolas Gregoire 12.1 14 * Saxon-HE 9.x (open source) : XSLT 2.0
Nicolas Gregoire 11.1 15
Nicolas Gregoire 13.1 16 * Saxon-PE 9.x (commercial) : XSLT 2.0 + selected features from XSLT 3.0
17
Nicolas Gregoire 12.1 18 * Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
Nicolas Gregoire 11.1 19
Nicolas Gregoire 22.1 20 = Command line =
Nicolas Gregoire 6.1 21
Nicolas Gregoire 22.1 22 == Saxon 6.x ==
Nicolas Gregoire 1.1 23
Nicolas Gregoire 14.1 24 $> saxon-xslt foo.xml foo.xsl
25
26
Nicolas Gregoire 22.1 27 == Saxon-B 9.x ==
Nicolas Gregoire 14.1 28
29 $> saxonb-xslt foo.xml foo.xsl
30
Nicolas Gregoire 22.1 31 = Identification strings =
Nicolas Gregoire 1.1 32
Nicolas Gregoire 22.1 33 == Saxon 6.x ==
Nicolas Gregoire 16.1 34
Nicolas Gregoire 21.1 35 |=xsl:vendor-url|http:~/~/saxon.sf.net/
36 |=xsl:vendor|SAXON 6.5.5 from Michael Kay
37 |=xsl:version|1
Nicolas Gregoire 16.1 38
Nicolas Gregoire 22.1 39 == Saxon-B 9.x ==
Nicolas Gregoire 16.1 40
Nicolas Gregoire 21.1 41 |=xsl:vendor-url|http:~/~/www.saxonica.com/
42 |=xsl:vendor|SAXON 9.0.0.4 from Saxonica
43 |=xsl:version|2.0
44 |=xsl:product-name|SAXON
45 |=xsl:product-version|9.0.0.4
46 |=xsl:is-schema-aware|no
47 |=xsl:supports-serialization|yes
48 |=xsl:supports-backwards-compatibility|yes
Nicolas Gregoire 16.1 49
Nicolas Gregoire 22.1 50 = Special features =
Nicolas Gregoire 1.1 51
52 * File creation
53 * Code execution
54 * Java properties
Nicolas Gregoire 2.1 55 * Misc extensions