Subject: Re: Ordered Records
From: "Stefano Bonnin" <shpr@xxxxxxxxx>
Date: Mon, 4 Feb 2002 14:41:01 +0100
|
Thanks to everyone!
----- Original Message -----
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, February 04, 2002 1:34 PM
Subject: RE: Ordered Records
> > I'd like to take, between all record-set, only the 10 records
> > with smallest
> > number and print them on the screen.
>
> <xsl:for-each select=...
> <xsl:sort select="number" order="descending"
> <xsl:if test="position() <= 10">
> ...
>
>
> Mike Kay
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
---
Outgoing mail is certified Virus Free. (CopyRight FLASHH!)
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.320 / Virus Database: 179 - Release Date: 30/01/02
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|