[xsl] xsl:param syntax please

Subject: [xsl] xsl:param syntax please
From: "Java XML" <jaxlive@xxxxxxxxxxx>
Date: Wed, 18 Apr 2001 12:08:21 -0400
Hi folks,

<xsl:for-each select="parameter">
<xsl:param name="'concat('preParameterValue',position())" select="'abcdef'"/>
<name><xsl:value-of select="name"/></name>
<value><xsl:value-of select="$concat('preParameterValue',position())"/></value>
</xsl:for-each>


i want to create a parameter in the above way i am able to creat it but i dontknow how to get the value of that parameter is there any other way to do that

Thanx in advance
JAX
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread