RE: [xsl] use xml file as database

Subject: RE: [xsl] use xml file as database
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Mon, 18 Oct 2004 14:59:43 +0300
Hi,

> I've an xml file which can grow-up to 100M file. I'm using it
> as a flat db.
>
> I want to display the xml-data in html format, but each time
> to display just
> part of the data. and to have 'next' 'prev' links to traverse
> that data.
>
> I didn't succeed to achieve that by using xsl alone. maybe I
> need to combine
> xsl with so other technology (don't know).

Was the problem lack of memory? Write a SAX filter that forward only portion
of the document to XSLT processing, and pass the info about the current page
as parameters.

Cheers,

Jarno - Delerium: Orbit Of Me

Current Thread