Hi gurus
my initial requirement is following;
Part of source code
<root> <ImagePath>http://dummy.com/AP/Pictures/air.jpg</ImagePath> </root>
Needed Output xml message
<root> <media:content medium="image" url="http://dummy.com/AP/Pictures/air.jpg"> </root>
Can any one please help me out in this? How can i set url value into media content Tag?
Please help...
Peter