This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A counter inside a for-each?



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]