문제

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