Re: [xsl] Problem with position( ) function

Subject: Re: [xsl] Problem with position( ) function
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 1 Dec 2003 13:46:55 GMT
  Thanks.. but the problem I have is that condition "position() &lt;
  last()" doesn't work because position() gets the position of the last
  node in the XML, and not of the last node with the same agr_id. 

position() _never_ relates to a position in the original tree. It always
refers to a position in the current node list. If that current node list
consists of nodes with a particular ACT_AGR_ID as in the example code
posted, then position() will equal last() on the last of those nodes.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread