|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: counter in xsl
thenewmatrix@xxxxxxxx wrote: How can i create a counter into xsl due to insert alternate color in table-row???
...
<xsl:template match="...">
<xsl:choose>
<xsl:when test="(position() mod 2) = 0">
<tr class="even">
</xsl:when>
<xsl:otherwise>
<tr class="odd">
</xsl:otherwise>
</xsl:choose>
<td>...</td>
...
</tr>
</xsl:template>
...
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








