Re: testing for last node in a list

Subject: Re: testing for last node in a list
From: Tom Amiro <Tom.Amiro@xxxxxxxxxxxx>
Date: Mon, 22 May 2000 15:47:08 -0400
Shouldn't you have
      <xsl:if test="position()!= last()

Instead of

> <xsl:if test="position()=last()">

 Tom


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


Current Thread