Subject: alternating table background colour in an for-each 'loop'
From: "Michael Bauerfeld" <michael@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Jul 2001 11:30:55 +1000
|
Hi everyone,
I'm trying to alternate the background colour of table rows (e.g.
row1=green, row2=blue, row3=green, row4=blue, ...) for a for-each loop. Is
there an easy way to achieve this?
I've tried to get the element position so I can check if it is even or not.
But it looks like I can't get the absolute position of an element in a list
with 'position()' inside a 'for-each' loop.
Any ideas??
Thanks,
-michael
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|