Changes for page Engine_Saxon

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

From version Icon 21.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 11:50
Change comment: There is no comment for this version
To version Icon 24.1
edited by Nicolas Gregoire
on 2012/01/14 17:03
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,10 @@
1 +{{toc/}}
2 +
3 += Introduction =
4 +
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 ==
7 += Supported version =
4 4  
5 5  Depending on the engine used :
6 6  
... ... @@ -15,26 +15,26 @@
15 15  
16 16  * Saxon-EE 9.x (commercial) : XSLT 2.0 + partial support of XSLT 3.0
17 17  
18 -== Command line ==
22 += Command line =
19 19  
20 -=== Saxon 6.x ===
24 +== Saxon 6.x ==
21 21  
22 22  $> saxon-xslt foo.xml foo.xsl
23 23  
24 24  
25 -=== Saxon-B 9.x ===
29 +== Saxon-B 9.x ==
26 26  
27 27  $> saxonb-xslt foo.xml foo.xsl
28 28  
29 -== Identification strings ==
33 += Identification strings =
30 30  
31 -=== Saxon 6.x ===
35 +== Saxon 6.x ==
32 32  
33 33  |=xsl:vendor-url|http:~/~/saxon.sf.net/
34 34  |=xsl:vendor|SAXON 6.5.5 from Michael Kay
35 35  |=xsl:version|1
36 36  
37 -=== Saxon-B 9.x ===
41 +== Saxon-B 9.x ==
38 38  
39 39  |=xsl:vendor-url|http:~/~/www.saxonica.com/
40 40  |=xsl:vendor|SAXON 9.0.0.4 from Saxonica
... ... @@ -45,9 +45,33 @@
45 45  |=xsl:supports-serialization|yes
46 46  |=xsl:supports-backwards-compatibility|yes
47 47  
48 -== Special features ==
52 += Special features =
49 49  
50 50  * File creation
51 51  * Code execution
52 52  * Java properties
53 53  * 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}}