Re: [xsl] Call java function to do background work

Subject: Re: [xsl] Call java function to do background work
From: Liam R E Quin <liam@xxxxxx>
Date: Tue, 12 Jun 2012 15:33:39 -0400
On Tue, 2012-06-12 at 08:07 -0700, Ming Yu wrote:

> During xslt transformation, I need to call a java function to do some
> background work (such as adding some values to the database, etc).

Sounds like xproc might be a better approach... call your xslt
transformation and feed the result into something that updates your
database, then run XSLT again with the new database values available.

XQuery Update and/or scripting may work too.

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