This was a big help. Alternating rows are working! THANKS!!!
One more question. Clearly when I call position as part of the div tag
it is returning a number that increments each time... but if I call it
from inside the div tag it keeps returning "1". I'd like to use the
index number of the current iteration to as part of the the ID of
elements inside the DIV...
when I do this:
<div select="item" values="class:ext-if(position() mod 2 =
0,'white','green')">
<span select="name" values"id:position()" content="."></span>
</div>
every span tag ends up with id=1
Any idea how I can get my hands on the current iteration number inside
the div tag?