Engine_XT

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

Introduction

XT is a Java based XSLT engine by James Clark.

Supported version

1.0

Command line

$> java com.jclark.xsl.sax.Driver foo.xml foo.xsl

Note : xp.jar and xt.jar must be in the $CLASSPATH

Identification strings

xsl:vendor-urlhttp://www.jclark.com/
xsl:vendorJames Clark
xsl:version1

Special features

  • File creation (including binary ones)
  • Code execution
  • Java properties ?

File creation

TODO

Code execution

TODO

Java properties

TODO