Questions tagged [rss.net]

2 questions
3
votes
4 answers

RSS.NET unable to parse feedburner feeds

I'm using RSS.NET for .NET 2.0. Try as I might, I get 0 channels for the following: feed = RssFeed.Read("http://feeds.feedburner.com/punchfire?format=xml"); I note that for other feeds this works e.g. feed =…
Farooq
  • 149
  • 1
  • 4
  • 11
2
votes
1 answer

.NET/C#: Using RSS.NET with Stack Overflow Feeds: How To Handle Special Properties of RSS Items?

I'm writing a Stack Overflow API wrapper, currently at http://soapidotnet.googlecode.com/. I have a few questions about parsing SO RSS feeds. I've chosen to use RSS.NET to parse the RSS, but I have a few questions about my code (which I have…
Maxim Zaslavsky
  • 17,787
  • 30
  • 107
  • 173