In order to use saxon now, you have to get the jar file. You can download it from sourceforge. What you will get is a zip file with a whole bunch of stuff in it. All you need, though, is the file "saxon.jar". Put this in your <X²>/trader directory.
To use it, you will have to edit the batch files Makehtml.bat and Makecsv.bat. Respectively they should be:
Makehtml.bat
Code: Select all
java -cp .\saxon.jar com.icl.saxon.StyleSheet -o x2trader.html x2trader.xml x2trade.xsl
Code: Select all
java -cp .\saxon.jar com.icl.saxon.StyleSheet -o x2trader.csv x2trader.xml x2tradeC.xsl