Re: [xsl] Variables

Subject: Re: [xsl] Variables
From: Jeff Kenton <jkenton@xxxxxxxxxxxxx>
Date: Wed, 12 Feb 2003 10:06:28 -0500
Stevenson Ngila wrote:
How can i perform the following operation in xslt.

<xsl:if test=@steve != 0>
	x= x + 1
</xsl:if>

where x is a variable.

The simple answer is that you can't. Even though XSLT calls them "variables", you can't change their value.


A better answer is that there are solutions to most problems -- please tell us what you are trying to accomplish.

--
--------------------------
Jeff Kenton
DataPower Technology, Inc.



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


Current Thread