Subject: RE: resetting a variable
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 14 Oct 2003 18:26:18 +0100
|
See FAQ #1 at http://www.dpawson.co.uk/xsl/sect2/N8090.html
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Aananth.S
> Sent: 14 October 2003 17:05
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: resetting a variable
>
>
> 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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|