RE: [xsl] passing parameters into xsl example

Subject: RE: [xsl] passing parameters into xsl example
From: "dsk" <dmitrik@xxxxxxxxxxxxxx>
Date: Sat, 21 Jun 2003 10:16:50 -0400
Thanks for responding. Regarding the processor - does this processer execute
once
at design time, or at run time every time a parameter is passed?

tia,
dk

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
cknell@xxxxxxxxxx
Sent: Saturday, June 21, 2003 9:48 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] passing parameters into xsl example


The form and order of the command-line switches for passing parameters to an
XSL transformer vary with the transformer.

For example, the Microsoft processor expects on the command line first, the
name of the data document, second the name of the XSLT document, then any
options, and finally the parameters in the form of parameter name =
parameter value.

The Xalan-J processor expects -in data document -xsl XSLT document then a
list of parameters in the form of -param parameter name parameter value.

There are plenty of references, but first you need to know what processor
you are using, then you can go to the web site that supports that processor
or the documentation to learn how to pass parameters to that processor.
--
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     "dsk" <dmitrik@xxxxxxxxxxxxxx>
Sent:     Sat, 21 Jun 2003 08:10:54 -0400
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  [xsl] passing parameters into xsl example

is there an online example of the steps needed to
pass parameters into xsl ?

tia,
dk


 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