|
After saving the source document in temp.xml and the stylesheet in temp.xsl, the following command line worked fine for me Using Xalan Java 2.0.0, so it must be a problem with the interaction of the various class libraries used when compiling:
java org.apache.xalan.xslt.Process -in temp.xml -xsl temp.xsl -out temp.out
Bob
|