[xsl] SAXON: Generate 10 elements per page

Subject: [xsl] SAXON: Generate 10 elements per page
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Thu, 12 Feb 2004 13:35:28 +0100
Hi all,

I have the following xml document with 1 million rows.
I want to generate html pages using SAXON with 10 rows on each page.

Any suggestion?
/s

<import>
 <Row>
  <Field1>Match1</Field1>
  <Field2>2004-10-01</Field2>
  <Field3>Team A</Field3>
  <Field4>Team B</Field4>
 </Row>
</import>

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


Current Thread