合并多个xml
我用谷歌搜索过,到处都找过。 我正在寻找一个简单的 PHP 脚本,例如具有 2 个函数的 PHP DOM: 合并多个 RSS/XML 提要,无需更改节点、方案等。 按 pubDate 对它们进行排序。
因此它不需要 XSL 来更改 XML 方案或任何其他内容,只需将多个 XML 合并为一个并按发布日期对它们进行排序即可。
I have Googled, and looked everywhere.
Im searching for a simple PHP script like PHP DOM with 2 functions:
Merge multiple RSS/XML feed without changing the nodes, scheme etc.
Sort them out by pubDate.
So it doesn't need XSL to change the XML scheme or anything, just merge multiple XML to one and sort them out by pubdate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌搜索一下显示了 PHP 中的一种可能的解决方案。它不会按发布日期进行排序,但这应该不难做到。
A little Googling showed one possible solution in PHP. It doesn't do the sort by pubdate, but that shouldn't be too hard to do.