Subject: list of Values
From: "Bruno LLopes" <brunollopes@xxxxxxx>
Date: Thu, 27 Nov 2003 17:29:16 -0000
|
Hi,
How can I create a list of values?
I want select n values from the xml file and put them in one list
to pass with-param to one template, something like this:
<xsl:call-template name="tempName">
<xsl:with-param name="$paramName" select="$listValues"/>
</xsl:call-template>
where listValue have for exemple the elements 'a' , 'b', 'c', 'd'
after that I want shift paramName to use each of these values...
Thanks.
bll
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|