Himanshu Yadav
Himanshu Yadav

Reputation: 13585

XSLT processor to call Java methods

Extension of my previous question.

I am currently using open source Saxon HE which does not support calling java methods.
Is there any open source solution for this problem? Due to the budget constraints I don't think I will be allowed to purchase license for Saxon PE/EE.

Upvotes: 0

Views: 177

Answers (1)

Ian Roberts
Ian Roberts

Reputation: 122414

Not that I'm aware of for XSLT 2.0. Processors such as Xalan support extension functions in the way you require but only for XSLT 1.0.

Alternatively you could try an older version of Saxon (e.g. Saxon-B, scroll down to "older products" on http://saxon.sourceforge.net/)

Upvotes: 1

Related Questions