Changes for page Engine_Saxon

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

From version Icon 10.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:16
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
... ... @@ -2,8 +2,19 @@
2 2  
3 3  == Supported version ==
4 4  
5 -1.0 or 2.0, depending on the version of Saxon
5 +Depending on the version used :
6 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.4 (open source) : XSLT 2.0
13 +
14 +* Saxon-EE 9.4 (commercial) : XSLT 2.0 + partial support of XSLT 3.0
15 +
16 +* Saxon-PE 9.4 (commercial) : XSLT 2.0 + selected features from XSLT 3.0
17 +
7 7  == Command line ==
8 8  
9 9  $> saxon-xslt foo.xml foo.xsl (XSLT 1.0)