Changes for page Engine_Saxon

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

From version Icon 22.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 17:43
Change comment: There is no comment for this version
To version Icon 19.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:52
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,8 +3,6 @@
1 -{{toc/}}
2 -
3 3  [[Saxon>>http://saxon.sourceforge.net/||rel="__blank" title="Saxon Home Page"]] designs a family of Java and .Net based XSLT engines by Saxonica.
4 4  
5 -= Supported version =
3 +== Supported version ==
6 6  
7 7  Depending on the engine used :
8 8  
... ... @@ -17,37 +17,42 @@
17 17  
18 18  * Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
19 19  
20 -= Command line =
18 +== Command line ==
21 21  
22 -== Saxon 6.x ==
20 +=== Saxon 6.x ===
23 23  
24 24  $> saxon-xslt foo.xml foo.xsl
25 25  
26 26  
27 -== Saxon-B 9.x ==
25 +=== Saxon-B 9.x ===
28 28  
29 29  $> saxonb-xslt foo.xml foo.xsl
30 30  
31 -= Identification strings =
29 +== Identification strings ==
32 32  
33 -== Saxon 6.x ==
31 +=== Saxon 6.x ===
34 34  
35 -|=xsl:vendor-url|http:~/~/saxon.sf.net/
36 -|=xsl:vendor|SAXON 6.5.5 from Michael Kay
37 -|=xsl:version|1
33 +| xsl:vendor-url|http:~/~/saxon.sf.net/
34 +| xsl:vendor|SAXON 6.5.5 from Michael Kay
35 +| xsl:version|1
38 38  
39 -== Saxon-B 9.x ==
37 +=== Saxon-B 9.x ===
40 40  
41 -|=xsl:vendor-url|http:~/~/www.saxonica.com/
42 -|=xsl:vendor|SAXON 9.0.0.4 from Saxonica
43 -|=xsl:version|2.0
44 -|=xsl:product-name|SAXON
45 -|=xsl:product-version|9.0.0.4
46 -|=xsl:is-schema-aware|no
47 -|=xsl:supports-serialization|yes
48 -|=xsl:supports-backwards-compatibility|yes
39 +| xsl:vendor-url | http:~/~/www.saxonica.com/
40 +| xsl:vendor | SAXON 9.0.0.4 from Saxonica
41 +| xsl:version | 2.0
42 +xsl:product-name|SAXON
43 +xsl:product-version : a string identifying the version of the implementation, as defined by the implementer
44 +xsl:is-schema-aware : returns "yes" if the XSLT processor is schema-aware, or "no" otherwise
45 +xsl:supports-serialization : returns "yes" if the XSLT processor offers this feature, or "no" otherwise
46 +xsl:supports-backwards-compatibility : retu
47 +Product Name : SAXON
48 +Product Version : 9.0.0.4
49 +Is Schema Aware : no
50 +Supports Serialization : yes
51 +Backward Compatible : yes
49 49  
50 -= Special features =
53 +== Special features ==
51 51  
52 52  * File creation
53 53  * Code execution