RE: Running both Saxon and Xalan? (Was: Re: Saxon is the best!!!)2003-02-22 06:08:18Tom P wrote: If you do not know about it already, for Windows there is a wonderful shell replacement called "4NT", which I use (it is
Or you could write a bat file:
Ex:
C:> type xt.bat
'java -classpath {path to jars} com.jclark.xsl.sax.Driver
C:> type saxon
java -classpath {path to jars} com.icl.saxon.StyleSheet
etc.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||