Changes for page Engine_Saxon

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

From version Icon 6.1 Icon
edited by Nicolas Gregoire
on 2012/01/04 22:12
Change comment: There is no comment for this version
To version Icon 11.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:23
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,25 +1,33 @@
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.
2 2  
3 +== Supported version ==
3 3  
4 -Available versions
5 +Depending on the version used :
5 5  
6 -* EE (Home Edition)
7 -* PE (Professional Edition)
8 -* EE (Enterprise Edition)
9 9  
8 +* Saxon 6.x (open source) : XSLT 1.0
10 10  
11 -Supported XSLT version : 2.0
10 +* Saxon-B 9.x (open source) : XSLT 2.0
12 12  
12 +* Saxon-HE 9.4 (open source) : XSLT 2.0
13 13  
14 -Identification strings
14 +* Saxon-EE 9.4 (commercial) : XSLT 2.0 + partial support of XSLT 3.0
15 15  
16 -| xsl:vendor-url|http:~/~/www.saxonica.com/
17 -| xsl:vendor|SAXON 9.0.0.4 from Saxonica
18 -| xsl:version|2.0
16 +* Saxon-PE 9.4 (commercial) : XSLT 2.0 + selected features from XSLT 3.0
19 19  
18 +== Command line ==
20 20  
21 -Special features
20 +$> saxon-xslt foo.xml foo.xsl (XSLT 1.0)
21 +$> saxonb-xslt foo.xml foo.xsl (XSLT 2.0)
22 22  
23 +== Identification strings ==
24 +
25 +| xsl:vendor-url|http:~/~/www.saxonica.com/|http:~/~/saxon.sf.net/
26 +| xsl:vendor|SAXON 9.0.0.4 from Saxonica|SAXON 6.5.5 from Michael Kay
27 +| xsl:version|2.0|1
28 +
29 +== Special features ==
30 +
23 23  * File creation
24 24  * Code execution
25 25  * Java properties