RE: Alternate bg colors for table and address summaries

Subject: RE: Alternate bg colors for table and address summaries
From: "Joerg Colberg" <joerg.colberg@xxxxxxxxxxx>
Date: Tue, 14 Nov 100 14:20:34 EST
Eliot,

   I just realized there was a bug in the code I suggested.
It should be:
<tr>
 <xsl:choose>
  <xsl:when test="Summary[position() mod 2 = 0]>
   <xsl:attribute name="class"/>bgcolourblack</xsl:attribute>
  </xsl:when>
  <xsl:otherwise>
   <xsl:attribute name="class"/>bgcolourwhite</xsl:attribute>
  </xsl:otherwise>
 </xsl:choose>
 <!-- all the other stuff for the row -->
</tr>
Your stylesheets would then get you the desired effect of
alternating colours for the rows. (So sorry for the
confusion, yes, this is all stylesheets...)

- Joerg





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


Current Thread