简单饼图问题
我在检索大部分提要时遇到了 SimplePie 问题。
- 起初,at说要使用force_feed(),
- 但是当我启用force_feed()时,它又说: <块引用>
此 XML 文档无效,可能是由于字符无效。 XML 错误:EntityRef:需要 ';'在行...等
I got problem with SimplePie while retrieving mostly feeds.
- At first, at says to use force_feed()
- But when i enabled force_feed(), it says again:
This XML document is invalid, likely due to invalid characters. XML error: EntityRef: expecting ';' at line ... etc
Sample Feed
It is OK on SimplePie Official Demo Page here
I want like that.
p.s. I also have installed all required libraries and are working well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑 stackoverflow feed 由于内容的性质(包含代码)而无法正常工作。
我在使用许多提要解析器时也遇到过看似“正常”的提要的类似问题,尽管我最近最幸运的是 Zend_Feed。从此处尝试一下
I suspect the stackoverflow feed is not working due to the nature of the content (contains code).
I have had similar issues with seemingly "normal" feeds using many feed parsers, though the one I've had the most luck with recently is Zend_Feed. Give it a try from here