[xsl] xsl:var and xsl:param

Subject: [xsl] xsl:var and xsl:param
From: "Java XML" <jaxlive@xxxxxxxxxxx>
Date: Wed, 18 Apr 2001 13:32:59 -0400
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



Current Thread