Re: [xsl] using parameter

Subject: Re: [xsl] using parameter
From: abbouh <abbouh@xxxxxxxxxxxxxxxxx>
Date: Tue, 16 Sep 2003 11:26:07 +0000
but the syntax for compiling is:
java org.apache.xalan.xsltc.cmdline.compile -j <jarfile> file.xsl
or
java org.apache.xalan.xsltc.cmdline.compile -o <class> file.xsl
and for executing is:
java org.apache.xalan.xsltc.cmdline.transform -j <jarfile> file.xml >
outputfile
or
java org.apache.xalan.xsltc.cmdline.transform  file.xml <class>  >
outputfile

is it true?

Jim Fuller a écrit :

> java org.apache.xalan.xslt.Process -PARAM name value
>
> check out http://xml.apache.org/xalan-j/commandline.html
>
> gl, jim fuller
>
> -----Original Message-----
> From: abbouh [mailto:abbouh@xxxxxxxxxxxxxxxxx]
> Sent: 15 September 2003 18:17
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] using parameter
>
> after compiling a xsl file how can i use parameters in line command
> for transleting an xml file using xalan process?
>
>  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


Current Thread