cancel
Showing results for 
Search instead for 
Did you mean: 

XSLT mapping

Former Member
0 Kudos

Hi All,

There is Imported Archive which is a XSLT mapping.

1 more field is going to be added to the sender structure.

How should i change the XSLT mapping.

What needs to be done.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Prabhu,

If you want to add one more field in Sender Structure,then no need to change XSLT Mapping,

Change the structure at Data Type level,if you are using XSD or DTD add the extra element in the same.

After Changing extra element as per your requirement XSLT Mapping will work fine,but if you want to add the same element in receiver side then you have to do some small change in XSLT Mapping.

Regards,

Raj

Former Member
0 Kudos

yes..

i need to add that field to the receiver structure.

how do i change the XSLT mapping.

thanks

rajasekhar_reddy14
Active Contributor
0 Kudos

Then take XSLT Mapping in to XML Spy,suppose if you want country filed in existing receiver stucture then follow like this

define

<country>

<xsl:value-of select="/country">

</country>

in value of select give the Correct XPath location fro country,thats it it will work fyn.

Cheers,

Raj

Answers (1)

Answers (1)

Former Member
0 Kudos

extract the archieve, open the file in notepad and add the field , redo the archieve and re import in PI.