This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl:param syntax please


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]