xsl-list
[Top] [All Lists]

Re: xsl:sort clarification

2005-08-22 15:09:04

Does this mean that if all sort keys compare equal, a node-set will  
appear in ascending document order regardless of the 'order'  

That does appear to be what it says, and surprisingly enough that does
appear to be intentional, the xslt2 draft has the same wording but
follows it by a clarifying note:

If two items have equal sort key values, and the sort is stable, then
their order in the sorted sequence will be the same as their order in
the initial sequence, regardless of whether order="descending" was
specified on any or all of the sort key components.

of course one can always make the final xsl:sort select position() so
that the sort keys are never all idenical and this problem never occurs.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>