The problem you will face is the different feed types, Atom, RSS 1.0/2.0 etc, use different names for certain common fields. You could create a custom DataSource control to expose a System.ServiceModel.Syndication SyndicationFeed object for binding or read the feed in the code behind and bind the SyndicationFeed or SyndicationFeed.Items as the ListViews DataSource.
↧