xsl-list
[Top] [All Lists]

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

2004-10-20 03:21:39
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(_dot_)Elovirta(_at_)nokia(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--


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



<Prev in Thread] Current Thread [Next in Thread>
  • RE: use xml file as database + SAX Filter/xquery, ficfic m <=