Thanks, but I think that tutorial may be a bit more that what we were looking for. And perhaps a bit confusing for newbies. We already have an app with RSS feeds, it's just not showing the entire articles.
string site = "{FeedUrl}";
myWebBrowserName.Navigate(new Uri(site, UriKind.Absolute));