[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Filling gaps in a list of values
Subject: Re: [xsl] Filling gaps in a list of values
From: "Ben Hesketh" <jbgh2@xxxxxxxxxxx>
Date: Tue, 22 Jan 2002 14:24:32 +0000
|
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.
Sorry for the last message. Had a typing failure!
Is it possible to sort the nodes and put them in a variable. ie
<xsl:variable name="sorted">
<xsl:for-each select="nodes[@order]">
<xsl:sort select="@order" order="descending"/>
<xsl:copy-of select="current()"/>
</xsl:for-each>
</xsl:variable>
(I know this doesn't work but could it work with the correct lines of code?
Or is it fatally flawed?)
BEN
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|