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:var and xsl:param


Hi folks,

<xsl:variable name="var1"><xsl:value-of 
select="concat('preParameterValue',position())"/></xsl:variable>
	<xsl:param name="$var1" select="'danny'"/>

now this is my statement
and what do i do if i want to get the param value i used

<value><xsl:value-of select="$var1"/></value>

but this returns the value of the variable i want to display the value of 
the parameter any suggestions or changes...

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]