cancel
Showing results for 
Search instead for 
Did you mean: 

purpose of XSLT mapping

suresh_pal2
Explorer
0 Kudos

what is the purpose of xslt mapping and how it is deployed in SAP PI Mapping.

Accepted Solutions (0)

Answers (1)

Answers (1)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Suresh,
XSLT mapping is used to transform the input XML into a target XML format or some other format like xhtml, text or pdf.

In this case XSLT 2.0 style processor will be called to execute the map. You can choose JDK as you runtime as well if you have PI version >=7.3.

XSLT is useful when data set not that large. But I would prefer Java mapping over XSLT for faster processing .

Some useful blogs and SAP help -

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/4b/f40f2fc0c33de4e10000000a42189e/frameset.htm

https://blogs.sap.com/2014/10/14/how-to-import-and-use-xslt-20-mappings-in-sap-pipo/

https://blogs.sap.com/2015/03/07/how-to-create-xslt-mapping-in-sap-pi-po/

Thanks

Sugata