Wiki source code of Engine_XT

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

Hide last authors
Nicolas Gregoire 6.1 1 {{toc/}}
2
3 = Introduction =
4
Nicolas Gregoire 2.1 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.
Nicolas Gregoire 1.1 6
Nicolas Gregoire 6.1 7 = Supported version =
Nicolas Gregoire 1.1 8
Nicolas Gregoire 4.1 9 1.0
Nicolas Gregoire 1.1 10
Nicolas Gregoire 6.1 11 = Command line =
Nicolas Gregoire 4.1 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
Nicolas Gregoire 6.1 17 = Identification strings =
Nicolas Gregoire 4.1 18
Nicolas Gregoire 5.1 19 |=xsl:vendor-url|http:~/~/www.jclark.com/
20 |=xsl:vendor|James Clark
21 |=xsl:version|1
Nicolas Gregoire 1.1 22
Nicolas Gregoire 6.1 23 = Special features =
Nicolas Gregoire 1.1 24
Nicolas Gregoire 2.1 25 * File creation (including binary ones)
Nicolas Gregoire 1.1 26 * Code execution
Nicolas Gregoire 2.1 27 * Java properties ?
Nicolas Gregoire 6.1 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