xsl-list
[Top] [All Lists]

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

2013-03-27 10:32:19
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


--~------------------------------------------------------------------
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>
--~--