Re: [xsl] Curious result of the position() function

Subject: Re: [xsl] Curious result of the position() function
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 29 Jul 2004 10:20:18 +0100
> I believed that the position() function should give me the position number  
> of the node in the node set.

"set" always implies an unordered data structure, there is no postion in
a set. It does give the position in the current node list, which in thi
scase consists of, alternately an element node and a text node (with
white space in it)

David

________________________________________________________________________
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
________________________________________________________________________

Current Thread