I m trying to Retrieve the data from XML File into an IPhone application.
The XML File Which i used is :
<note>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
<URL>http://192.168.1.75/one.png</URL>
</note>
In this XML I have retrieve the text but i failed to display the image from the link in the XML File.
Please Help me to Solve this Problem!!!