|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Where is Process in JDK 1.5?
Hi,
The xerces and xalan packages are part of JAXP which is a
standard package shipped along with jdk1.5. Consequently, the package names
have changed and the xalan transformation process can be invoked using the
command line
%java com.sun.org.apache.xalan.internal.xslt.Process -IN a.xml -XSL
a.xsl -OUT a.htm
I haven't personally worked with jdk1.5 yet but Iam thinking the above
should work.
Cheers,
Omprakash.V
-----Original Message-----
From: Michael.Giroux@xxxxxxxx [mailto:Michael.Giroux@xxxxxxxx]
Sent: Monday, May 16, 2005 9:14 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Where is Process in JDK 1.5?
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








