Re: [xsl] thanks! now help on alternating rows needed.

Subject: Re: [xsl] thanks! now help on alternating rows needed.
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Sat, 07 Sep 2002 22:00:58 +0200
Bill Carter wrote:
now we get to my real problem. I am trying to alternate row colors on a table.

The trick is to select only unique tickers and then use position() to determine the bg color as usual:

  <xsl:for-each select=stocks/ticker[not(.=previous::ticker)]">
    ...

J.Pietschmann


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



Current Thread