Wiki source code of Engine_Saxon

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

Show last authors
1 {{toc/}}
2
3 [[Saxon>>http://saxon.sourceforge.net/||rel="__blank" title="Saxon Home Page"]] designs a family of Java and .Net based XSLT engines by Saxonica.
4
5 = Supported version =
6
7 Depending on the engine used :
8
9
10 * Saxon 6.x (open source) : XSLT 1.0
11
12 * Saxon-B 9.x (open source) : XSLT 2.0
13
14 * Saxon-HE 9.x (open source) : XSLT 2.0
15
16 * Saxon-PE 9.x (commercial) : XSLT 2.0 + selected features from XSLT 3.0
17
18 * Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
19
20 = Command line =
21
22 == Saxon 6.x ==
23
24 $> saxon-xslt foo.xml foo.xsl
25
26
27 == Saxon-B 9.x ==
28
29 $> saxonb-xslt foo.xml foo.xsl
30
31 = Identification strings =
32
33 == Saxon 6.x ==
34
35 |=xsl:vendor-url|http:~/~/saxon.sf.net/
36 |=xsl:vendor|SAXON 6.5.5 from Michael Kay
37 |=xsl:version|1
38
39 == Saxon-B 9.x ==
40
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
49
50 = Special features =
51
52 * File creation
53 * Code execution
54 * Java properties
55 * Misc extensions