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

Fwd: MOD Every Other easy - but what about every 3rd

Subject: Fwd: MOD Every Other easy - but what about every 3rd
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Thu, 20 Jan 2005 23:55:09 -0700
xsl every other
NEVER MIND!  It does work... stupid me, I didn't update my class, so I
ended up with the blue_fade class actually being the green.  So sorry!


---------- Forwarded message ----------
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Thu, 20 Jan 2005 23:51:44 -0700
Subject: MOD Every Other easy - but what about every 3rd
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx


Hi,

Using MOD to determine odd rows is easy.  However, I'd like to have 3
alternating rows so need to recognize the 1st row, the 2nd row, the
3rd and start over.
So:

..blue row..
..red row..
..green row..
..blue row..
....and so on....

This didn't work:
<xsl:choose>
 <xsl:when test="position() mod 3 = 0">background_blue_fade</xsl:when>
 <xsl:when test="position() mod 2 = 0">background_green_fade</xsl:when>
 <xsl:otherwise>background_red_fade</xsl:otherwise>
</xsl:choose>

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.