RE: [xsl] passing parameters into xsl example

Subject: RE: [xsl] passing parameters into xsl example
From: cknell@xxxxxxxxxx
Date: Sat, 21 Jun 2003 09:48:29 -0400
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


Current Thread