[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Sorting a NodeSet Contained Within a Variable

Subject: RE: Sorting a NodeSet Contained Within a Variable
From: Bryan Tulloch <b.tulloch@xxxxxxxxxxxxx>
Date: Wed, 11 Jul 2001 18:04:28 +0100
sort nodeset
Oliver,

Thanks for your guidance, but this isn't working 100% for me.
I can sort the node-set if it is comprised purely of nodes from my xml
source tree, but not if it consists entirely of the results of a series of
calculations (using count()) done on nodes from the source tree. In other
words, I want to put those results into a nodeset and sort them.

Bryan

-----Original Message-----
From: Oliver Becker [mailto:obecker@xxxxxxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, July 10, 2001 12:14 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Sorting a NodeSet Contained Within a Variable


Hi Bryan,

> I have a variable that constitutes a nodeset; is it possible to sort a
> variable nodeset? 

Well, you can't sort a node-set because sets are unordered. ;-)
What you can do is to process the nodes of a set in a specific order.

> I ask because I have not been able to get this to work
> (although I can sort nodesets that are not variables).

This isn't different from any other expression that evaluates to a node-set.

Just do either

<xsl:apply-templates select="$set">
   <xsl:sort .... />
</xsl:apply-templates>

or 

<xsl:for-each select="$set">
   <xsl:sort .... />
   ....
</xsl:for-each>

Hope that helps,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.