Wiki source code of Engine_XT

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

Show last authors
1 {{toc/}}
2
3 = Introduction =
4
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.
6
7 = Supported version =
8
9 1.0
10
11 = Command line =
12
13 $> java com.jclark.xsl.sax.Driver foo.xml foo.xsl
14
15 __Note__ : xp.jar and xt.jar must be in the $CLASSPATH
16
17 = Identification strings =
18
19 |=xsl:vendor-url|http:~/~/www.jclark.com/
20 |=xsl:vendor|James Clark
21 |=xsl:version|1
22
23 = Special features =
24
25 * File creation (including binary ones)
26 * Code execution
27 * 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}}