[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] applying a predicate to a sorted sequence
Subject: [xsl] applying a predicate to a sorted sequence
From: Kevin Rodgers <kevin.rodgers@xxxxxxx>
Date: Fri, 29 Apr 2005 10:45:27 -0600
|
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
|