xsl-list
[Top] [All Lists]

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

2012-06-12 14:34:39
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


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