Re: [xsl] Variables

Subject: Re: [xsl] Variables
From: "Joeri Belis" <joeri.belis@xxxxxxxxxxxx>
Date: Wed, 12 Feb 2003 15:50:59 +0100
<xsl:variable name="x" >
  <xsl:if test=@steve != 0>1<xsl:if>
</xsl:variable>

----- Original Message ----- 
From: "Stevenson Ngila" <Stevenson@xxxxxxxxxxxxxxxxxxxxxx>
To: "Xsl-List@Lists. Mulberrytech. Com" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 12, 2003 3:34 PM
Subject: [xsl] Variables


> How can i perform the following operation in xslt.
> 
> <xsl:if test=@steve != 0>
> x= x + 1
> </xsl:if>
> 
> where x is a variable.
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 
> 



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


Current Thread