↧
Answer by Jay Nanavaty for Getting actual content from RSS feed
Well, answer is readablity. More here as well:https://github.com/scottksmith95/CSharp.ReadabilityIt took me lot of time to find out this stuff but it is exactly what I wanted.
View ArticleGetting actual content from RSS feed
Here for example there is a link for ABC news which gives various RSS feeds to consume.http://rss.cnn.com/rss/edition.rss`Using this feeds in Windows 8 store app, I am able to read it using built in...
View Article