cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XSLT Mapping Performance Analysis

naveenarockiaraj
Explorer
0 Kudos
498

Dear Experts,

In SAP CPI iflow, I have created a iflow with 5 different logic in 5 XSLT'S One after another, So considering a performance of the XSLT Code can we club into one XSLT Mapping Palate (or) Splitted XSLT in many Palate is fine? Please let me know.

Regards,

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

Harish_Vatsa
Active Contributor

Hello naveenarockiaraj,

There are multiple factors like reusability, performance, parallel development, modularity etc. Both single and multiple XSLT mapping have it's own benefits and drawbacks. It's totally up to your project's specific needs and aim of integration scenario basis which you can take the decision.

Thanks,

naveencharles1995
Discoverer
0 Kudos

Hi Harish,

Sure. Thanks for the reply.

Answers (1)

Answers (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Naveen,

You can club all these 5 mappings into one so that only once whole input data is loaded to memory to perform required transformation. Also it depends on how efficiently you are writing your code ( you might consider some XSLT version 3.0 functions to optimize instead of writing long rules with older versions ).

Regards,

Sri

naveencharles1995
Discoverer
0 Kudos

Hi Sriprasad,

Sure. Thanks for the reply.