Subject: Re: Multiple Rows in a Table / Same Element
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 9 Aug 2000 09:09:20 -0600 (MDT)
|
Kay Michael wrote:
> <xsl:template match="day[position() mod 7 = 0]"/>
If you're looking at day[7], day[15], day[22], day[29] and their following
6 siblings, won't you always miss day[1] through day[6]? That's why I
suggested making the predicate [position() mod 7 = 1].
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://www.skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|