Home > Backend Development > PHP Tutorial > 有哪位高手做过RSS聚合

有哪位高手做过RSS聚合

WBOY
Release: 2016-06-13 10:01:11
Original
944 people have browsed it

有谁做过RSS聚合?

要做个类似csdn这样的RSS聚合,请问各位高手怎么做.数据是从数据库中取的(这部分已经实现),现在就是怎么实现像如上的RSS   聚合,请给点具体的实现思路.

------解决方案--------------------
知道什么是rss吗
知道了就简单了
------解决方案--------------------
RSS是基于文本的格式。它是XML(可扩展标识语言)的一种形式。通常RSS文件都是标为XML。

------解决方案--------------------
只要生成的文件格式是xml的就行了~~

就是生成一个xml文件

……



------解决方案--------------------
只要生成的文件格式是xml的就行了~~
=============
好象不行吧,rss是規范的xml文件,不是xml都行,標記名是要統一照規定命名的。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template