get images from xml which contains path of images

admin

Administrator
Staff member
I have an XML file which contains the path of the images like the below code:

Code:
<Source>
  <ID>001</ID>
  <Name>News</Name>
  <Country>United States</Country>
  <FeedURL>
    http://abcd.xml
  </FeedURL>
  <Download>true</Download>
  <Image>
    http://creativityinlife.files.wordpress.com/2009/03/as_much_as_i_dream.jpg
  </Image>
</Source>

I want to retrieve and display the image. Can anyone help?