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

Re: Filling gaps in a list of values

Subject: Re: Filling gaps in a list of values
From: "Ben Hesketh" <jbgh2@xxxxxxxxxxx>
Date: Tue, 22 Jan 2002 14:22:23 +0000
ben hesketh

Otherwise you might have to search through them to find the ones with
the highest and lowest values; there are various methods listed in the
FAQ at http://www.dpawson.co.uk/xsl/sect2/N5121.html.


Is it possible to use for-each and sort to output the nodes into a variable?


ie

<xsl:variable name="sorted">
	<xsl:for-each select="//topmenu/menus[@level]">
		<xsl:sort select="@level" order="descending"/>
	<xsl:copy-of select="current()"/>
			</xsl:for-each>
		</xsl:variable>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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.