This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ordered Records


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]