Wiki source code of Engine_Saxon

Last modified by Nicolas Gregoire on 2012/01/14 17:03

Show last authors
1 {{toc/}}
2
3 = Introduction =
4
5 [[Saxon>>http://saxon.sourceforge.net/||rel="__blank" title="Saxon Home Page"]] designs a family of Java and .Net based XSLT engines by Saxonica.
6
7 = Supported version =
8
9 Depending on the engine used :
10
11
12 * Saxon 6.x (open source) : XSLT 1.0
13
14 * Saxon-B 9.x (open source) : XSLT 2.0
15
16 * Saxon-HE 9.x (open source) : XSLT 2.0
17
18 * Saxon-PE 9.x (commercial) : XSLT 2.0 + selected features from XSLT 3.0
19
20 * Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
21
22 = Command line =
23
24 == Saxon 6.x ==
25
26 $> saxon-xslt foo.xml foo.xsl
27
28
29 == Saxon-B 9.x ==
30
31 $> saxonb-xslt foo.xml foo.xsl
32
33 = Identification strings =
34
35 == Saxon 6.x ==
36
37 |=xsl:vendor-url|http:~/~/saxon.sf.net/
38 |=xsl:vendor|SAXON 6.5.5 from Michael Kay
39 |=xsl:version|1
40
41 == Saxon-B 9.x ==
42
43 |=xsl:vendor-url|http:~/~/www.saxonica.com/
44 |=xsl:vendor|SAXON 9.0.0.4 from Saxonica
45 |=xsl:version|2.0
46 |=xsl:product-name|SAXON
47 |=xsl:product-version|9.0.0.4
48 |=xsl:is-schema-aware|no
49 |=xsl:supports-serialization|yes
50 |=xsl:supports-backwards-compatibility|yes
51
52 = Special features =
53
54 * File creation
55 * Code execution
56 * Java properties
57 * Misc extensions
58
59 = File creation =
60
61 {{warning}}
62 TODO
63 {{/warning}}
64
65 = Code execution =
66
67 {{warning}}
68 TODO
69 {{/warning}}
70
71 = Java properties =
72
73 {{warning}}
74 TODO
75 {{/warning}}
76
77 = Misc extensions =
78
79 {{warning}}
80 TODO
81 {{/warning}}