[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] show the information into several pages


Subject: Re: [xsl] show the information into several pages
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 30 Jan 2008 14:26:45 +0100

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
Keywords