This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

add variables


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]