cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Java in XSLT

former_member187447
Participant
0 Kudos

Hi,

I am using the following blog to create and XSLT mapping and trying to call Java code from within XSLT. The only issue I am having is that I am not sure where should I put the .java and .class files. If I include both the files in a seperate folder, then where should I place the imported archived zip folder? eg: if my XSLT is test_xslt.zip and my java code zip folder which has the .java and .class files is com.util.zip. Now where should i place the imported archived folder com.util.zip so that the XSLT can call this Java code.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

>>Now where should i place the imported archived folder com.util.zip so that the XSLT can call this Java code

To call a java function inside a XSLT mapping, u have to make sure that the java IA (.class file) should be in the same or underlying SCV of the XSLT - That's the only dependency.

Thanks

Amit Srivastava

Answers (0)