Subject: RE: sum value to one variable
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 5 Mar 2004 17:53:46 -0000
|
No, XSLT variables are immutable. You need to think about your problem a
different way (and do some reading).
Michael Kay
# -----Original Message-----
# From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
# list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Dionisio Ruiz de Zarate
# Sent: 05 March 2004 13:08
# To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
# Subject: 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
|