|
Subject: RE: [xsl] <xsl:when test="position()%2=0"> From: "Craig Kattner" <CKattner@xxxxxxxxxxxxxx> Date: Mon, 21 Apr 2003 10:36:57 -0500 |
|
That should work, I use the
following regularly:
<xsl:if test="position() mod 2 =
1">
<xsl:attribute name="style">background-color: #DDDDDD;</xsl:attribute> </xsl:if>
|
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] <xsl:when test="position(, Andrew Watt | Thread | [xsl] Multiple XML into one XSL and, nshah |
| [xsl] <xsl:when test="position()%2=, Luke Ambrogio | Date | Re: [xsl] <xsl:when test="position(, Andrew Watt |
| Month |