Re: [xsl] show the information into several pages

Subject: Re: [xsl] show the information into several pages
From: "Miren Urkixo" <miren@xxxxxxxxxxxxx>
Date: Wed, 30 Jan 2008 16:15:34 +0100
i dont understand the doc.
can you help me?
----- Original Message ----- From: "Martin Honnen" <Martin.Honnen@xxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, January 30, 2008 2:26 PM
Subject: Re: [xsl] show the information into several pages



Miren Urkixo wrote:
Hello
i have the bellow xml (is one example).
into this xml can come alot of nodes<sn_masterinformacion> 100 or more.
i want to present this information into one htl page but into each page 10 records.
how can i into the fisrt page show 10 records (the first 10) into the second form the 11 to 20.....
can you help me please?

If you want to create several documents ("pages") then with XSLT 2.0 you can use xsl:result-document: <URL:http://www.w3.org/TR/xslt20/#creating-result-trees>
With an XSLT 1.0 processor you will need to check whether your processor supports an extension to create multiple result documents.


--

Martin Honnen
http://JavaScript.FAQTs.com/

Current Thread