[Home] [By Thread] [By Date] [Recent Entries]
Hi, > Is this the best way to count siblings? > > <xsl:value-of select="count(preceding-sibling::* | > following-sibling::*)"/> Or e.g. count(../*) - 1 Cheers, Jarno
|
[Home] [By Thread] [By Date] [Recent Entries]
Hi, > Is this the best way to count siblings? > > <xsl:value-of select="count(preceding-sibling::* | > following-sibling::*)"/> Or e.g. count(../*) - 1 Cheers, Jarno
|