Hi All,
i am getting the source like below,
Source :
<item>
<PVVersions>abc</PVVersions>
<Project>abc</Project>
<ProjectID>abc</ProjectID>
<IntercompanyECogs>abc</IntercompanyECogs>
<GrossProfit>abc</GrossProfit>
<item>
i want the target like below
<ms0:item>
<PVVersions>abc</PVVersions>
<Project>abc</Project>
<ProjectID>abc</ProjectID>
<IntercompanyECogs>abc</IntercompanyECogs>
<GrossProfit>abc</GrossProfit>
<ms0:item>
in the target instaed of <Item>, i am expecting <mso:item>.
Regards,
AVR