[xsl] add variables

Subject: [xsl] add variables
From: "Chen, Zhongqing" <chenz@xxxxxxxxxxx>
Date: Tue, 17 Jul 2001 16:38:53 -0400
Hi,

How do you add two variable and assign to the third one in XSLT?


<xsl:variable name="val1">1</xsl:variable>
<xsl:variable name="val2">1</xsl:variable>
<xsl:variable name="val3">1</xsl:variable>

How to do: $val3=$val1+$val2


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


Current Thread