xsl-list
[Top] [All Lists]

Re: sum value to one variable

2004-03-05 05:54:47
you can do 
<xsl:variable name="sum" select="$a + $b"/>
are variables if thats what you mean
----- Original Message ----- 
From: "Dionisio Ruiz de Zarate" <dionisio(_at_)tinieblas(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, March 05, 2004 1:08 PM
Subject: [xsl] sum value to one variable


if i have one variable that has the 1 value.
<xsl:variable name="numero">1</xsl:variable>

can i sum to this variable values ? 1+1=2

thanks


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


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



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