1
vote
rss parser in .net
You may want to look at Argotic too - http://www.codeplex.com/Argotic
I have used Argotic during .Net 1.1 when the Syndication …
2
votes
Reading non-standard elements in a SyndicationItem with SyndicationFeed
Here is how I managed to retrieve the enclosure link from a feed using SyndicationFeed.
static void Main(string[] args)
{
var feedUrl = "http://blog.stackoverflow.com/index.php? …
