Sun seems to have relocated Xalan in to a different package. The "Process" class is now at com.sun.org.apache.xalan.internal.xslt.Process.
But even using this class I get an error message: Exception in thread "main" java.lang.NoSuchMethodError: main I don't know what they did when they compiled Xalan. As a work-around just put the latest Xalan release in the <YOUR_JAVA5_HOME>/jre/lib/endorsed directory and you should be able to run the XSLT command line like before. On 29.10.2004 09:17:37 Chris Pratt wrote: > Ever since I installed JDK 1.5 I haven't been able to run the XSLT command > line utility to check my FO. Did something change? The command I'm > executing is: > > > > java org.apache.xalan.xslt.Process -in <xmlfile> -xsl <xslfile> -out > <fofile> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
