Re : [xsl] XSLT with XML-Spy

Subject: Re : [xsl] XSLT with XML-Spy
From: ralf_schroeder@xxxxxxxxxxxxxx
Date: Mon, 30 Jul 2001 16:13:08 +0200
Hi there,

I am seeing the same problem as Andre. I can't get xalan to process my
transformation in XMLspy. However, it does not successfully run on the
command line either, unless I have the xalan.jar and the xml/xsl files in
the same directory. I tried cleaning the classpath and placing my
directories in the PATH, but no success.


C:\User\java>c:\user\java\runxalan c:\user\xml\resume\xml\RSresume.xml c:
\user\x
ml\resume\xsl\RSresume.xsl c:\temp\result.xml

produces.....

C:\User\java>set CLASSPATH=.;c:\user\java\xerces.jar;c:
\user\java\xalan.jar;.;c:
\user\java\xerces.jar;c:\user\java\xalan.jar;c:\user\java\fop.jar;c:
\user\java\w
3c.jar;c:\user\java\jimi-1.0.jar;c:
\pt814rc7.mss\appserv\classes\MyTest.class;c:
\pt814rc7.mss\appserv\classes\heXMLtoPDF.class;c:
\UserApps\wh2fo\WH2FO_0_1_7\bin
s\wh2fo_0_1_7_bin.jar

C:\User\java>java org.apache.xalan.xslt.Process -in c:
\user\xml\resume\xml\RSres
ume.xml -xsl c:\user\xml\resume\xsl\RSresume.xsl -out c:\temp\result.xml

XSLT Error (javax.xml.transform.TransformerConfigurationException): File
"c:\use
r\xml\resume\xsl\RSresume.xsl" not found.

However,

C:\User\java>runxalan RSresume.xml RSresume.xsl c:\temp\result.xml

does work fine. Any idea how I can get xalan to pick up files outside its
own directory ?

Thanks !

Ralf




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread