[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Detecting every other node?


Subject: Re: Detecting every other node?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 24 Mar 2000 16:27:55 GMT

> This e-mail has been sent in confidence to the named addressee(
one of which is an automated system that sticks it on a public web
site.... 

> I am trying to apply a different template for every other row
The example of colouring alternating rows of a table is in the xslt
spec. There are other examples in the faq.


<xsl:choose>
<xsl:when test="position() mod 2 = 0"> do this ...
<xsl:otherwise> do something else> ....


David


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



Current Thread
Keywords