Hi,
 
I'm under

JavaTM 2 SDK, Standard Edition
Version 1.4.1

and I can't do any more XSLT Transformations.
I didn't have any problems before and did a lot of XSLT transformations by using Xalan by the command-line:
java.org.apache.xalan.xslt.Process -IN doc.xml -XSL doc.xsl
 
It's no more possible now, I don't understand why. The only new thing I did is to install WSAD on my computer, that's all..
No, when I run a xst transformation by the command-line, I receive each time the following error message:
 
Exception in thread main: java.lang.ClassCastException: org.apache.xalan.res.XSLTErrorResources_fr at org.apache.xalan.res.XSLTErrorResources_fr.main (unknown Source).
 
When I spoecify another xexternal xalan.jar by java -cp xalan.jar org.apache.xalan.xslt.Process -in doc.xml -xsl tootomatic.xsl that produces excatly the same error message...
 
What can i do to fix this very annoying problem?
 
Thanks a lot for your help,
Regards,
Cyril.

Reply via email to