list of Values2003-11-27 10:29:16Hi,
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
|
|
||||||||||||||||