Wiki source code of Engine_Saxon

Version 16.1 by Nicolas Gregoire on 2012/01/10 14:27

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