RE: Detecting every other node?

Subject: RE: Detecting every other node?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 24 Mar 2000 16:54:29 -0000
> I am trying to apply a different template for every other 
> row, without using JavaScript.

<xsl:template match="row[position() mod 2 = 0]">
<xsl:template match="row[position() mod 2 = 1]">

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread