Re: [xsl] Problem With Different Colors for Alternate Rows

Subject: Re: [xsl] Problem With Different Colors for Alternate Rows
From: aalbuquerque@xxxxxxxxxxxxxxxx
Date: Wed, 6 Nov 2002 12:58:56 +0000
I ment Scwartz :) sorry about that

aalbuquerque@xxxxxxxxxxxxxxxx wrote:

> Hi Jeorg.
> If what you want is to know if this side dish is the first in a row, you
only
> need to tes if there is another one before, something like this:
> 
> <xsl:if test="not(preceding-sibling::sidedish)">
> <!-- do whatever you wnat to do-->
> </xsl:if>

-- 
+-------------------------------------+
| This email was sent using V-Webmail |
|     http://www.v-webmail.co.uk/     |
+-------------------------------------+


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


Current Thread