Subject: 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 |
- add variables
- Chen, Zhongqing - Tue, 17 Jul 2001 16:42:37 -0400 (EDT) <=
- <Possible follow-ups>
- Crowers, Steve - Tue, 17 Jul 2001 16:58:21 -0400 (EDT)
|
|