This doesn't really have anything to do with cocoon.  Please
ask on more appropriate lists.

: isn't a path seperator in windows, ; is.

J.

> -----Original Message-----
> From: Derek Hohls [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 14 June 2002 1:03 pm
> To: [EMAIL PROTECTED]
> Subject: Re: Using Xalan from the command line?
> 
> 
> Uh - I assume this is UNIX - is there equivalent syntax for WinD*z?
> 
> Running in my xalan/xerces directory I have tried:
> 
> xerces_1_4_4.jar:xalan-2.2.0-D13.jar:.java
> org.apache.xalan.xslt.Process -IN $1 -XSL $2 -OUT $3
> 
> where $1 $2 and $3 have been replaced by filespaths &  names and I
> get:
> 
> The filename, directory name, or volume label syntax is incorrect.
> 
> When I run the XT equvilent ie.
> 
> xt $1 $2 $3
> 
> then all is well, so I know the files themselves are OK.
> 
> ???
> 
> >>> [EMAIL PROTECTED] 14/06/2002 01:41:39 >>>
> 
> 
> On Fri, 14 Jun 2002, Derek Hohls wrote:
> 
> > Hi
> >
> > Can anyone give me the syntax for doing this - I have been using
> > James Clarke's XT for this up to now, but it appears there are some
> > critical differences between the way the two processors deal with
> the
> > same XML/XSLT combo [I'm not sure why; but they do...]
> 
> #!/bin/sh
> LW=<my-lib-dir>
> CLASSPATH=$LW/xerces_1_4_3.jar:$LW/xalan-2.2.0-dev.jar:.
> java org.apache.xalan.xslt.Process -IN $1 -XSL $2 -OUT $3
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to