I think it's very basic question but i want to know how to merge multiple rss feeds and display the merged feed

As feeds are from multiple sources, i have to remove duplicate feeds and display only relevant information.

I am using asp.net(VS2010).

Some of other posts: Merging Multiple RSS feeds

merge rss feeds

I don't want to use yahoo pipes.

Please let me know how can i do this..

有帮助吗?

解决方案

Feeds are in xml format. So you have to merge the contents of the "channel" nodes of your rss feeds. For this look at this link How to merge two XmlDocuments in C#

Please also see this: Multiple channels in a single RSS xml - is it ever appropriate?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top