[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl loop with variable

Subject: xsl loop with variable
From: rit7esyahoo <rit7es@xxxxxxxx>
Date: Tue, 29 Oct 2002 09:22:16 +0100
xsl variable loop
Hi all:
I have the next xsl code:

  <xsl:variable name="numMonth" select="0"/>
  <xsl:variable name="lastMonth" select="00"/>

  <xsl:for-each select="listObject/object">

	<xsl:if test="not($lastMonth=substring(editionDate,4,2))">
	  <xsl:variable name="numMonth" select="$numMonth+1"/>
	</xsl:if>
	
	Num months:<xsl:value-of select="$numMonth"/>

	<xsl:variable name="lastMonth" select="substring(editionDate,4,2)"/>

    </xsl:for-each>

I can't make "numMonth" variable update with the correct increment out of the "if" tag, so that "Num months:" show me the correct value (until now only show '0', the original value).
How can i do that? Can anybody help me please?

Thanks.
_______________________________________________________________
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
Descárgalo ya desde http://messenger.yahoo.es


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.