Re: [xsl] How to write a stream-oriented XSLT filter?

Subject: Re: [xsl] How to write a stream-oriented XSLT filter?
From: Liam R E Quin <liam@xxxxxx>
Date: Wed, 27 Mar 2013 11:32:49 -0400
On Wed, 2013-03-27 at 12:04 +0200, John English wrote:
> [...] I'm displaying tables out of a DB 
> with options to filter the selected rows and also select the number of rows per 
> page (10, 20, 50, 100, ALL). 

You could look into XQuery - a number of XQuery implementations that can
live in servlets can talk to relational databases. You can filter the
output using XSLT too.  But that's still an architectural change.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml

Current Thread