Wiki source code of Engine_XT

Version 4.1 by Nicolas Gregoire on 2012/01/10 11:46

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