xsl-list
[Top] [All Lists]

RE: increment variable with xsl:for-each

2004-03-26 12:29:39
(a) you can't (variables are immutable)
(b) you don't need to: just use position()

Michael Kay 

# -----Original Message-----
# From: Tuan Luu [mailto:tuanluu(_at_)gmx(_dot_)ch] 
# Sent: 26 March 2004 17:59
# To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
# Subject: [xsl] increment variable with xsl:for-each
# 
# hello
# I'm looking for a code to increment a variable in xsl:for-each loop
# 
# I ended up here: 
# 
# <xsl:variable name="a">1</xsl:variable>
# 
# <xsl:for-each select="name">
# 
# <xsl:value of select="{$a+1}"/>
# <xsl:value of select="{$a}"/>
# 
# </xsl:for-each>
# 
# 
# thanks for any answer
# 
# 
# -- 
# +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter 
# Virenschutz 
# +++ +++
# 100% Virenerkennung nach Wildlist. Infos: 
# http://www.gmx.net/virenschutz
# 
# 
# --+------------------------------------------------------------------
# XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
# You are subscribed as: mhk(_at_)mhk(_dot_)me(_dot_)uk
# To unsubscribe, go to: 
# 
http://lists.mulberrytech.com/unsub.php/xsl-list/mhk(_at_)mhk(_dot_)me(_dot_)uk
# or e-mail: 
# 
<mailto:xsl-list-unsubscribe-mhk=mhk(_dot_)me(_dot_)uk(_at_)lists(_dot_)mulberrytech(_dot_)com>
# --+--
#