Re: A counter inside a for-each?

Subject: Re: A counter inside a for-each?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 23 Mar 2000 18:01:02 GMT
> It doesn't change it!

Variables never change their values once bound in XSL.

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

<xsl:if test="position()=1"><xsl:text> / </xsl:text></xsl:if>


David


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


Current Thread