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: 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 |
- using parameter
- abbouh - Mon, 15 Sep 2003 13:03:19 -0400 (EDT)
- <Possible follow-ups>
- Jim Fuller - Tue, 16 Sep 2003 05:12:32 -0400 (EDT)
- abbouh - Tue, 16 Sep 2003 07:12:50 -0400 (EDT) <=
|
|