hi,
how it can be achieved using graphical mapping ? pls advise.
i am giving example of messages :
src1,src2 is an element and name is an attribute. source input xml is as follows :
<src1 name="test1">TOI</src1>
<src1 name="scope">scopeofwork</src1>
<src2> <paper>NDTV</paper></src2>
the output shud come like this. tar1 is an element and name is an attribute.
target xml is as follows :
<tar1 name="A">TOINDTV</tar1>
<tar1 name="B">othervalue1</tar1>
<tar1 name="C">othervalue1</tar1>
how it can be achieved using graphical mapping ? pls advise.
regards