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

RE: [xsl] Alternating Row Colors using XLS


Subject: RE: [xsl] Alternating Row Colors using XLS
From: Gerry McDonough <gmcdonough@xxxxxxxx>
Date: Mon, 11 Jun 2001 17:27:28 -0500

There is a mod function.  Its useage is something like this...

        <xsl:when test="position() mod 2 = 0">even</xsl:when>

Gerry


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



Current Thread