[Home] [By Thread] [By Date] [Recent Entries]
Date: Sat, 25 Feb 2006 16:53:13 -0800 (PST) To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx From: Deepak <deepak_vn@xxxxxxxxx> Subject: Re: Passing arrays into XSL Message-ID: <20060226005313.24515.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx> There are ways you can do this, you just need to think like XML. For example: in the XML file
and then your XSL might look like <xsl:param name="colorArray">
<colorArray>
<color>blue</color>
<color>red</color>
</colorArray>
</xsl:param>
<!-- code follows -->Alex von Thorn http://worldhouse.com/alex/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin
|

Cart



