Changes for page Engine_Saxon

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

From version Icon 12.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:23
Change comment: There is no comment for this version
To version Icon 14.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:26
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -11,15 +11,21 @@
11 11  
12 12  * Saxon-HE 9.x (open source) : XSLT 2.0
13 13  
14 -* Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
15 -
16 16  * Saxon-PE 9.x (commercial) : XSLT 2.0 + selected features from XSLT 3.0
17 17  
16 +* Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
17 +
18 18  == Command line ==
19 19  
20 -$> saxon-xslt foo.xml foo.xsl (XSLT 1.0)
21 -$> saxonb-xslt foo.xml foo.xsl (XSLT 2.0)
20 +=== Saxon 6.x ===
22 22  
22 +$> saxon-xslt foo.xml foo.xsl
23 +
24 +
25 +=== Saxon-B 9.x ===
26 +
27 +$> saxonb-xslt foo.xml foo.xsl
28 +
23 23  == Identification strings ==
24 24  
25 25  | xsl:vendor-url|http:~/~/www.saxonica.com/|http:~/~/saxon.sf.net/