[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] position() seems always to be 1


Subject: RE: [xsl] position() seems always to be 1
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Tue, 27 May 2003 14:48:03 -0500

> Above, the position() returns the context position of the 
> self:node() locations step, and will always return 1; last() 
> will also always return 1 as the context size for self::* 
> will never exceed 1. Thus, the above predicate test will 
> always return true.

That makes sense, but then why does his test


Thus, instead, simply use
> 
>   <xsl:when test="position() = last()">
> 
> Cheers,
> 
> Jarno - Nick Sentience: March 2003 Mix
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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



Current Thread