[xsl] Ordered Records

Subject: [xsl] Ordered Records
From: "Stefano Bonnin" <shpr@xxxxxxxxx>
Date: Mon, 4 Feb 2002 12:37:38 +0100
Hi,

I have the following XML document:

<record-set>
<record>
    <number>N1</number>
</record>
:
:
:
:
<record>
    <number>Nn</number>
</record>
</record-set>
:
:
:
<record-set>
<record>
    <number>M1</number>
</record>
:
:
:
:
<record>
    <number>Mn</number>
</record>
</record-set>

In each record-set the records are ordinated (the first has the smallest
number, the last has the bigger number).
I'd like to take, between all record-set, only the 10 records with smallest
number and print them on the screen.

Can I do this with XSL? How?

Somebody, if possible, can give me an hint for this problem?

Thanks in advance.

Stefano




---
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


Current Thread