[xsl] Call java function to do background work

Subject: [xsl] Call java function to do background work
From: Ming Yu <my600080@xxxxxxxxx>
Date: Tue, 12 Jun 2012 08:07:43 -0700 (PDT)
Sorry if this is a very simple question but I couldn't seem to come up with a neat solution.

During xslt transformation, I need to call a java function to do some background work (such as adding some values to the database, etc). The java function doesn't need to return anything. At this moment, I just use the normail <xsl:value-of> tag to append to a variable. Since it doesn't return anything, the variable value stays the same.

Is there a neater to achieve this goal?

Thanks a lot!

Ming

Current Thread