I'm using JDOM2 to handle the XML that my application processes and would prefer to use the JDOM2 XSLT processing as well. From my XSLT, I'm hoping to call methods on java instances that have been created by my application prior to the call to the transformer.
Is this possible? If it is, can anyone point me in the right direction?
Thanks