Wiki source code of Engine_XT

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

Hide last authors
Nicolas Gregoire 2.1 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.
Nicolas Gregoire 1.1 2
3
Nicolas Gregoire 4.1 4 == Supported version ==
Nicolas Gregoire 1.1 5
Nicolas Gregoire 4.1 6 1.0
Nicolas Gregoire 1.1 7
Nicolas Gregoire 4.1 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
Nicolas Gregoire 3.1 15 == Identification strings ==
Nicolas Gregoire 1.1 16
Nicolas Gregoire 2.1 17 | xsl:vendor-url|http:~/~/www.jclark.com/
18 | xsl:vendor|James Clark
19 | xsl:version|1
Nicolas Gregoire 1.1 20
Nicolas Gregoire 3.1 21 == Special features ==
Nicolas Gregoire 1.1 22
Nicolas Gregoire 2.1 23 * File creation (including binary ones)
Nicolas Gregoire 1.1 24 * Code execution
Nicolas Gregoire 2.1 25 * Java properties ?