xsl-list
[Top] [All Lists]

Re: Problem With Different Colors for Alternate Rows

2002-11-06 05:58:56
I ment Scwartz :) sorry about that

aalbuquerque(_at_)viseu(_dot_)ipiaget(_dot_)pt 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



<Prev in Thread] Current Thread [Next in Thread>