RE: A counter inside a for-each?

Subject: RE: A counter inside a for-each?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 23 Mar 2000 18:14:57 -0000
You can't update variables in XSLT. The two declarations of conta14 are
declaring two different variables, one local and one global.

In this case it's easy to solve your problem without variables. Just write
 <xsl:if test="position()!=1">

Mike Kay

> I want to write a "/" only if it´s not  the first ocurrence 
> of the Field.


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


Current Thread