[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Alternate color regardless from groups

Subject: Alternate color regardless from groups
From: Robert_Wittigayer@xxxxxx
Date: Mon, 4 Feb 2002 17:46:58 +0100
xsl alternate color
Hi,

I'm grouping a list of rows using the Muenchian  technique, and i try to
output the rows with alternate background-color regardless from groups.

i tryed something like :


 <xsl:key name="group_by_komp" match="row" use="komp" />
...
...

<xsl:for-each select="row[count(.| key('group_by_komp', komp)[1])=1]">
     <xsl:sort select="komp" />


     <xsl:for-each select="key('group_by_komp', komp)">

     ...
     ...

          <xsl:if test="(position() mod 2) = '0' ">
               <xsl:attribute name="background-color">
                    <xsl:value-of select="$row_color_gray"/>
               </xsl:attribute>
          </xsl:if>
     ...
     ...

     </xsl:for-each>

</xsl:for-each>

this doesn't work properly, becouse position() begin at 1 for each group,
so I
get sometimes the same color for the last row of a group and the first one
of the next group.

thanks,

Robert.


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.