[xsl] resetting a variable

Subject: [xsl] resetting a variable
From: "Aananth.S" <aananth.solaiyappan@xxxxxxxxxx>
Date: Tue, 14 Oct 2003 21:34:46 +0530
Hi,

Is there a way i can reset the value of a variable .. suppose i have

<xsl:variable name="hello" select="100"/>
<xsl:for-each select="//manyrows>
<!-- i need to set the variable to hello to the value of manyrows/rowval -->
</xsl:for-each>
How do i accomplish this?


TIA
aananth


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



Current Thread