Subject: RE: applying a predicate to a sorted sequence
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 29 Apr 2005 20:42:54 +0100
|
Yes.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Kevin Rodgers [mailto:kevin.rodgers@xxxxxxx]
> Sent: 29 April 2005 17:45
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: applying a predicate to a sorted sequence
>
> If I've got a variable bound to the result of
> xsl:perform-sort and then
> filter it with a predicate (e.g.
> select="$variable[@attribute='value']"),
> is the order of the resulting sequence guaranteed to be stable with
> respect to the original sorted sequence?
>
> Thanks,
> --
> Kevin Rodgers
|