MagpieRSS(php)
MagpieRSS
MagpieRSS提供一个基于XML的RSS解析器。支持RSS0.9,RSS1.0,RSS2.0和Atom。
MagpieRSS is compatible with RSS 0.9 through RSS 1.0. Also parses RSS 1.0's modules, RSS 2.0, and Atom. (with a few exceptions)
Homepage: http://magpierss.sourceforge.net/
Loading...
RSS解析器MagpieRSS笔记
MagpieRSS是一个不错的RSS抓取/解析工具,我本来打算自己写一个php的RSS解析工具,不过试了一下MagpieRSS,觉得还不错,能满足需要。 顺便看了看代码,记点笔记。 1.乱码问题 MagpieRSS过去时常出现乱码问题,从0.7版本解决了这个问题 Version0.7 support for input and output charset encoding based on the work in ...