Re: [xsl] Can sets have order?

Subject: Re: [xsl] Can sets have order?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 Feb 2001 09:54:51 GMT
> Then if x' is obtained by exchanging X1 and x2 in X,

what does exchanging two elements of a set mean?
(This is a real question, I don't understand your point.)

Every node in a note set is uniquely identifiable, so for example

<xsl:value-of select="//*[generate-id(.)=generate-id(current())]"/>

always returns the current node (if we are currently on an element node)


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread