↧
Answer by Lloyd for RSS Feed XMLDataSource Filter RSS Items
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...
View ArticleRSS Feed XMLDataSource Filter RSS Items
Given a standard RSS feed being consumed in an XMLDataSource, what would be the best way of filtering the RSS feed to show only items where the RSS feed item description contains a particular term?e.g...
View Article