[Home] [By Thread] [By Date] [Recent Entries]
Using JDK 1.4.2, I'm able to invoke xsl translation from the command line as follows: java org.apache.xalan.xslt.Process -XSL my.xsl -IN my.xml -OUT myTranslated.xml The same command fails w/ JDK 1.5: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xalan/xslt/Process Can anyone tell me how to invoke xsl translation from command line using JDK 1.5? Thanks Michael Giroux
|

Cart



