How to join RSS feeds into one? (from php)

廉价感情. 提交于 2019-12-25 00:35:26

问题


How to join RSS feeds into one? (from php) what libs can help us with it?


回答1:


You'll want to use SimpleXML

Either that, or you can use something like Yahoo! Pipes to merge them for you can create a merged RSS feed for you.

http://pipes.yahoo.com/pipes/

if you use pipes, be sure to filter by date, so you can get a feed with all the posts in chronological order. I've used it for a few things and it works great!



来源:https://stackoverflow.com/questions/3266996/how-to-join-rss-feeds-into-one-from-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!