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

RE: [xsl] use xml file as database + SAX Filter/xquery


Subject: RE: [xsl] use xml file as database + SAX Filter/xquery
From: "ficfic m" <ficfic@xxxxxxxxxxx>
Date: Wed, 20 Oct 2004 12:21:39 +0200

Hi,

Thank you for the directions you gave me.

I read about SAX Filter and a very few about XQuery. I saw that they are written in java but I didn't understood how to launch them?

How can I make the whole thing automatic, meaning I've the big xml db file, I want to click on it and to see an html file with 'next' and 'prev' links to traverse its data. Is it possible ?

how do I integrate between the xsl and the SAX Filter ? (how do I launch the SAX Filter and how do I pass its output to the xsl ?)

Best Regards,
ficfic

From: <Jarno.Elovirta@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [xsl] use xml file as database
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


_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.com/



Current Thread
Keywords