xsl-list
[Top] [All Lists]

Re: Variables

2003-02-12 08:06:28
Stevenson Ngila wrote:
How can i perform the following operation in xslt.

<xsl:if test=(_at_)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



<Prev in Thread] Current Thread [Next in Thread>