cancel
Showing results for 
Search instead for 
Did you mean: 

xslt mapping

Former Member
0 Kudos

Hi

I have a source structure in which there is one field which contains one xml strucuture.In the target i need to exract this xml and create an append structure.

Eg:

Node A

Element B : {<?xml version="1.0" encoding="UTF-8"?> <test> A</:test>}

target

Node A

Subnode B

<test></test>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I guess you are trying to create structure like,

<table> : table where you are appending the values.

<test>a</test>

<test>b</test>

</table>

Let me know if i understood it correctly, if i am right then you can write the XSLT code smiliar to like above.

Alternatively you can use the software 'Stylus Studio' which is a kind of wizard for XSLT mapping , there is a trail version availble and you can do quite complex XSLT mapping with it.

Hope this Helps....

Regards,

Vishal

rajasekhar_reddy14
Active Contributor
0 Kudos

basic and simple ,,just go through w3schoolsdot com... to learn about XSLT,.