Changes for page Engine_XT

Last modified by Nicolas Gregoire on 2012/01/14 16:55

From version Icon 5.1 Icon
edited by Nicolas Gregoire
on 2012/01/11 11:49
Change comment: There is no comment for this version
To version Icon 6.1
edited by Nicolas Gregoire
on 2012/01/14 16:55
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,25 +1,40 @@
1 -[[XT>>http://www.jclark.com/xml/xt-old.html||rel="__blank" title="XT Home Page"]] is a Java based XSLT engine by James Clark.
1 +{{toc/}}
2 2  
3 += Introduction =
3 3  
4 -== Supported version ==
5 +[[XT>>http://www.jclark.com/xml/xt-old.html||rel="__blank" title="XT Home Page"]] is a Java based XSLT engine by James Clark.
5 5  
7 += Supported version =
8 +
6 6  1.0
7 7  
8 -== Command line ==
11 += Command line =
9 9  
10 10  $> java com.jclark.xsl.sax.Driver foo.xml foo.xsl
11 11  
12 12  __Note__ : xp.jar and xt.jar must be in the $CLASSPATH
13 13  
17 += Identification strings =
14 14  
15 -== Identification strings ==
16 -
17 17  |=xsl:vendor-url|http:~/~/www.jclark.com/
18 18  |=xsl:vendor|James Clark
19 19  |=xsl:version|1
20 20  
21 -== Special features ==
23 += Special features =
22 22  
23 23  * File creation (including binary ones)
24 24  * Code execution
25 25  * Java properties ?
28 +
29 += File creation =
30 +
31 +{{warning}}TODO{{/warning}}
32 +
33 += Code execution =
34 +
35 +{{warning}}TODO{{/warning}}
36 +
37 += Java properties =
38 +
39 +{{warning}}TODO{{/warning}}
40 +