Subject: Passing parameters to xsl
From: Sunil Jain <sujain@xxxxxxxxx>
Date: Fri, 30 Apr 1999 14:01:35 -0600
|
Hi,
is there any way to pass paramters to xsl so that it will behave differently based on input parameters.
for example if I have following xml :
<customers>
<customer id="1">
<name/>
</customer>
<customer id="2">
<name/>
</customer>
<customer id="3">
<name/>
</customer>
</customer>
Now I want to generate three different html based on the parameter (1,2,3) one for each customer id(1,2,3)
Thanks in advance for responses.
Sunil.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|