开发者

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

开发者 https://www.devze.com 2023-01-07 10:30 出处:网络
开发者_高级运维How to join RSS feeds into one? (from php) what libs can help us with it?You\'ll want to use SimpleXML

开发者_高级运维How to join RSS feeds into one? (from php) what libs can help us with it?


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消