xsl-list
[Top] [All Lists]

Re: using parameter

2003-09-16 04:26:07
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(_at_)ra(_dot_)cit(_dot_)alcatel(_dot_)fr]
Sent: 15 September 2003 18:17
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>