xsl-list
[Top] [All Lists]

RE: passing parameters into xsl example

2003-06-21 06:48:29
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(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     "dsk" <dmitrik(_at_)mindspring(_dot_)com>
Sent:     Sat, 21 Jun 2003 08:10:54 -0400
To:       <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



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