Question
3
Replies
366
Views
Posted: May 9, 2017
Last activity: May 9, 2017
Closed
Calling java function from XSLT
I have a requirement to transform a value returned in an XSLT. The method to implement the transform is a java function and I understand it is possible to reference the class and call the function directly from within an XSLT.
Does anyone have an example of how this is achieved? The java function is customer code written in PRPC which us contained in a library in PRPC.
PRPC Version 7.2
Not sure I understood your requirement correctly or not. But just wondering, have you explored OOTB methods like performXSLT() ?