Combining two SyndicationFeeds

后端 未结 6 1667
無奈伤痛
無奈伤痛 2021-02-08 13:05

What\'s a simple way to combine feed and feed2? I want the items from feed2 to be added to feed. Also I want

6条回答
  •  不要未来只要你来
    2021-02-08 13:46

    If it's solely for stackoverflow, you can use this :
    https://stackoverflow.com/feeds/tag/silverlight%20wpf
    This will do an union of the two tags.

    For a more general solution, I don't know. You'd probably have to manually iterate the elements of the two feeds and join them together. You can compare the elements of s to see if they are duplicates.

提交回复
热议问题