Re: Using Xalan from the command line?

2002-06-14 Thread Stephan Michels



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]




Re: Using Xalan from the command line?

2002-06-14 Thread Derek Hohls

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]




RE: Using Xalan from the command line?

2002-06-14 Thread Morrison, John

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]




Re: Using Xalan from the command line?

2002-06-14 Thread Stephan Michels



On Fri, 14 Jun 2002, Derek Hohls wrote:

 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.


The full description of the cli of xalan were found at:
http://xml.apache.org/xalan-j/commandline.html

For more questions about the cli of xalan, I would propose
to ask the xalan mailing list ;-)

Stephan Michels.


 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]



-
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]




RE: Using Xalan from the command line?

2002-06-14 Thread Rogier Peters

If you look here:
http://xml.apache.org/xalan-j/commandline.html
there's a good explanation of the command line utility along with all the flags you 
can set.
I use it from xmlspy as an alternate to the msxml parser.

Regards,

Rogier Peters


-
Content Management Department
Hippo Webworks
Grasweg 35
1031 HW Amsterdam
The Netherlands
Tel  +31 (0)20 6345173 
Fax +31 (0)20 6345179
Rogier(at)hippo(dot)nl / www.hippo.nl 

 -Oorspronkelijk bericht-
 Van: Derek Hohls [mailto:[EMAIL PROTECTED]]
 Verzonden: Friday, June 14, 2002 1:40 PM
 Aan: [EMAIL PROTECTED]
 Onderwerp: Using Xalan from the command line?
 
 
 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...]
 
 Thanks
 Derek
 
 -
 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]




Re: Using Xalan from the command line?

2002-06-14 Thread Derek Hohls

Thanks - this is all  I needed - a friendly pointer to the
documentation!
:-)

 [EMAIL PROTECTED] 14/06/2002 02:43:06 


On Fri, 14 Jun 2002, Derek Hohls wrote:

 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.


The full description of the cli of xalan were found at:
http://xml.apache.org/xalan-j/commandline.html 

For more questions about the cli of xalan, I would propose
to ask the xalan mailing list ;-)

Stephan Michels.


 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]



-
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]