<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: 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
|