Support #1950
closedXSLT + java (extension functions, transition from MapForce)
0%
Description
I'm using mapForce to build an xslt2 file to map xml to xml. Then I'm using saxon HE to do the transformation via java at run time - This all works fine.
I would like to enhance my mapping capability by having the ability for the transformation java to call out to a custom java function to execute some difficult logic. But I also want to be able to use mapForce to build the xslt file and have my 'function' in its library so I can design with it. I think this is all possible but I'm getting confused as to how to put it together - Has any body done this, how was it done. Does an example exist.
If only portions of my requirements are possible - which bits & are there pointers as to how i might do it
Files
Please register to edit this issue