Showing Images with an RSS Feed.
I am using Microsoft's RSS Feed tutorial [URL="http://msdn.microsoft.com/en-us/library/hh487167(v=vs.92).aspx"](How to: Create a Basic RSS Reader for Windows Phone)[/URL] to build an RSS feed app, awesome - copy and paste works ;-)
My question is how do I make it show the image that is inside the rss post as the image is within the HTML img / src context. This is way beyond my noob understanding but if anyone out there could advise how to modify the code from the Microsoft Tutorial so that the initial front listbox would show:
Picture
Title
Description
etc
I would be extremely greatful.
Re: Showing Images with an RSS Feed.
Hi,
this can be helpful for you for get a list of the images in the RSS file.
[url]http://stackoverflow.com/questions/10539428/how-to-get-all-possible-image-urls-from-rss-feed-item[/url]