Re: Adding EXSLT functions
Igor Malinin <[email protected]> Fri, 28 Feb 2014 19:31:15 +0200
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <[email protected]> |
Although not exactly the same way, but you can still call Java code from XSLTs with Saxon HE 9.x. See for example: https://github.com/alveolo/butterfly/tree/master/saxon/src/main/java/org/alveolo/butterfly/saxon/xpath On 28 Feb 2014, at 19:15, gelo1234 <[email protected]> wrote: > The problem with 9.x HE Saxon release is also with calling Java functions from XSLT. If you want that functionality, you either have to buy EE/PE release or downgrade to older Saxon (7.x/8.x) which works fine with Java/EXSL functions.