This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSLT with XML-Spy


Hello André !

Check you classpath for any old xalan or xerces jars.
Do you able to run the transformation from command line ? If you under windows, try
following bat file:

H:\olegt\xalan>type trans.bat
@echo off
set savedCLASSPATH=%CLASSPATH%

SET CLASSPATH=.;xerces.jar;xalan.jar;bsf.jar;%CLASSPATH%
java org.apache.xalan.xslt.Process -in source.xml -xsl style.xsl -out result.xml

set CLASSPATH=%savedCLASSPATH%

---
Oleg Tkachenko
Multiconn International

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Mengel Andre
> (FV/SLM) *
> Sent: Thursday, July 26, 2001 4:26 PM
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: AW: [xsl] XSLT with XML-Spy
> 
> 
> Dear Oleg,
> 
> the version of Xalan I am using is:
> 
> Xalanj 2_0_1
> 
> 
> 
> Best regards
> 
> André
> 
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Oleg Tkachenko [mailto:ost@olegtkachenko.com]
> > Gesendet: Donnerstag, 26. Juli 2001 17:03
> > An: xsl-list@lists.mulberrytech.com
> > Betreff: RE: [xsl] XSLT with XML-Spy
> > 
> > 
> > Hello André !
> > 
> > It's work for me. What version of xalan you are talking about ?
> > 
> > ---
> > Oleg Tkachenko
> > Multiconn International
> > 
> > > -----Original Message-----
> > > From: owner-xsl-list@lists.mulberrytech.com
> > > [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of 
> > Mengel Andre
> > > (FV/SLM) *
> > > Sent: Thursday, July 26, 2001 10:38 AM
> > > To: xsl-list@lists.mulberrytech.com
> > > Subject: [xsl] XSLT with XML-Spy
> > > 
> > > 
> > > Dear XSLT-Experts,
> > > 
> > > I am using XML-Spy in order to edit my XML-Files.
> > > Now I want to use this Tool in order to make XSL-Transformations.
> > > Therefore I have downloaded the Xalan-Processor und changed 
> > the settings
> > > of XML-Spy. In the XSL-Tab of menu Tools\Options I typed in 
> > the following
> > > command:
> > > 
> > > java org.apache.xalan.xslt.Process -in %1 -xsl %3 -out %2
> > > 
> > > But when I make an XSL-Transformation the appropriate files 
> > > cannot be found.
> > > I get the following error message:
> > > 
> > > Output of external XSL-Processor:
> > > file C:\...\....\...\file.xsl cannot be found.
> > > 
> > > 
> > > although the file is in the above described directory.
> > > 
> > > Any help would be appreciated,
> > > thanx in advance,
> > > 
> > > André Mengel
> > > 
> > > 
> > > 
> > >  XSL-List info and archive:  
> > http://www.mulberrytech.com/xsl/xsl-list
> > > 
> > > 
> > 
> > 
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> > 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]