|
Subject: RE: [xsl] Where is Process in JDK 1.5? From: "Touchtel" <omprakashv@xxxxxxxxxxxxxxxxx> Date: Mon, 16 May 2005 22:28:14 +0530 |
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: [xsl] 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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Where is Process in JDK 1.5?, Michael . Giroux | Thread | RE: [xsl] Where is Process in JDK 1, Mukul Gandhi |
| Re: [xsl] Junit-type Framework for , Dave Pawson | Date | Re: [xsl] XSLT 2.0 Is Way Cool, Eliot Kimber |
| Month |