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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--