cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT mapping in PI 7.1

Former Member
0 Kudos

Hi all,

We have "Return as XML' option in PI 7.1 graphical mapping which can return the complete XML structure of that node(with all its subnodes) to a single field in the output.

Can the same functionality be achieved using XSLT mapping.

Reason for using XSLT mapping instead of graphical is that we need to a two additional namespaces also along with returning the XMl to that target field.

Any help would be appreciated.

Thanks

Ayura

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201264
Active Contributor
0 Kudos

Hi Ayura,

U can try in XSL mapping using this code:

  <xsl:copy-of select="." />

and refer the below link as well.

http://scn.sap.com/thread/1205781

http://dev.ektron.com/blogs.aspx?id=10472  -->at copy-of select=

http://www.w3schools.com/xsl/el_copy-of.asp

Regards,

Sreeni.

sunilchandra007
Active Contributor
0 Kudos

Reason for using XSLT mapping instead of graphical is that we need to a two additional namespaces...

You can manage additional namepaces with simple UDF in your graphical mapping only. Pls check message-mapping-play-around-with-target-structure for details.

Regards,

Sunil Chandra