Copyright (c) 1998 James Clark
See the file copying.txt for copying permission.
XT is an implementation in Java of the tree construction part of XSL.
To use XT, get the XT
distribution and the latest XP distribution. Put
the jar file from each distribution (xt.jar
and
xp.jar
) in your CLASSPATH
, and use the
command
java com.jclark.xsl.Driversource-file
stylesheet-file
result-file
This is an alpha test version, which has had very little testing. This version of XT is intended as a tool for learning about XSL not for getting real work done.
The following features are not yet implemented:
id(name)
in patternsxsl:preserve-space
and xsl:strip-space
Error reporting is haphazard. XT does not attempt to validate stylesheets. When it detects an error, it either silently recovers from it, or gives a fatal error.
Please report bugs to me. When reporting bugs please be sure to include both a complete stylesheet and complete source document that ilustrate the bug.
James Clark