"Xu, Xiaocun" wrote:
>
> Hi,
>
> The solution suggested here seems to be solution to my problem
> "Display multiple pages": I have a XML document that could have over 1,000
> database records, and I would like to split them up to multiple pages for
> display purposes, with Prev and Next button to advance between the pages.
> The solution you suggested is two-steps: incoming XML already
> separated by pages, XSLT translates them one by one. I was hoping to do all
> these in XSLT so that parameters such as maxLinesPerPage can be controlled
> within the XSLT. With the two step process, such customization needs to be
> done in the XML generation process which is not as flexible. Is there no
> way to do something like this all within XSLT?
>
> Thanks,
>
> Xiaocun Xu
> xxu@xxxxxxxxxxxxxxxxxx
We had a similar Problem. DataBaseRecords >
20.000. We tried bits an pieces with XSLT. Didnt
work out. IMHO the only reasonable solution is to
do the paging in the Database.
We use JDBC to acces the DB. Some Databases do
support forward, backward and stepping inside
cursors but some dont. So this is tricky in any
case.
Regards
Michael
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Paging using XSLT, (continued)
- Joshua Allen - Thu, 2 Nov 2000 17:17:24 -0400 (EST)
- Bharat . Chintapally - Thu, 2 Nov 2000 17:17:46 -0400 (EST)
- Xu, Xiaocun - Thu, 2 Nov 2000 17:25:39 -0400 (EST)
- Michael Bierenfeld - Fri, 3 Nov 2000 13:26:07 -0400 (EST) <=
- robert - Fri, 3 Nov 2000 13:21:24 -0800 (PST)
- Paul Terray - Mon, 06 Nov 2000 10:23:55 +0000
- Kay Michael - Fri, 3 Nov 2000 14:37:31 -0400 (EST)
- Heather Lindsay - Fri, 3 Nov 2000 15:54:03 -0400 (EST)
|
|