Revision 43
Added by Matt Jones over 24 years ago
xsqltest/dsquery.xsl | ||
---|---|---|
117 | 117 |
<tr> |
118 | 118 |
<xsl:attribute name="class"> |
119 | 119 |
<xsl:choose> |
120 |
<xsl:when test="position() mod 2 = 1">rowodd</xsl:when>
|
|
120 |
<xsl:when test="position() mod 2 = 1">rowlight</xsl:when>
|
|
121 | 121 |
<xsl:when test="position() mod 2 = 0">roweven</xsl:when> |
122 | 122 |
</xsl:choose> |
123 | 123 |
</xsl:attribute> |
Also available in: Unified diff
changed body style