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

Reply via email to