Re: [xsl] doubt regarding position() mod 2

Subject: Re: [xsl] doubt regarding position() mod 2
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Tue, 23 Apr 2002 09:02:17 +0100
hello anand,

----- Original Message -----
From: "Anand Ganapathy" <Anand.Ganapathy@xxxxxx>
>
> I need to display each alternating <NODENAME>element  under <NODE2> in a
different color.
> In my XSL, I tried using a test condition  <xsl:if test="position() mod 2
= 1">,


try

<xsl:if test="position() mod 2">


chow, jim fuller



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


Current Thread