[Home] [By Thread] [By Date] [Recent Entries]
From: "Conny Kreyßel" <Conny.Kreyssel@xxxxxxxxxxxxxx>
> I hope you can help me. How can I make a template that match with every
> second node?
Try something along
<xsl:template match="root">
<xsl:for-each select="node[position() mod 2 = 0]">
... do whatever
</xsl:for-each>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



