RE: sorting shares

Subject: RE: sorting shares
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 24 Oct 2000 12:59:59 -0400 (EST)
> I have a list of shares with various elements of date,
> time, gain & loss, and I need to sort them in
> alphabetical order. I have tried the <xsl:for-each>
> <xsl:sort select=""> functions on the name of the
> share but nothing seems to sort.

It's very hard to debug code that you can't see, but my wild guess is that
you've got the context for the sort key wrong: a common error is

<xsl:for-each select="item">
<xsl:sort select="item"/>

Mike Kay




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


Current Thread