Re: [xsl] counter in xsl

Subject: Re: [xsl] counter in xsl
From: Rajesh Thiharie <rajesht@xxxxxxxxxxxxxxx>
Date: Fri, 08 Feb 2002 16:15:10 +0530
Try this

<tr>
<xsl:if test="position() mod 2 = 0">
<xsl:attribute name="class">rowdark</xsl:attribute>
</xsl:if>
<td></td>
</tr>

> How can i create a counter into xsl due to insert alternate color in
> table-row???

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


Current Thread