What\'s the best way to parse the folowing rss Syndication Item into a c# class: <rss version=\"2.0\" xmlns:fh=\"http://rss.flightstats.com/ns/rss/1.0\">
I\'m trying to pull the contents of an RSS feed into an object that can be manipulated in code. It looks like the SyndicationFeed and SyndicationItem classes in .NET 3.5 will do what I need, except fo