xsl-list
[Top] [All Lists]

Re: [xsl] simulating for with foreach

2006-07-05 04:21:23
Thanks again,

<xsl:for-each select="node[position() mod 4 = 1]">
This is exactly what I want, but although this for-each iterates over
1, 5, 9, ... elements, when I print position() inside this loop, it
prints 1, 2, 3, 4, ...

How can I figutre out which child element is now selected, 1? 5? ...

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--