解析 pixdaus feed 时出现问题
我正在尝试使用 java 脚本在客户端执行 Pixdaus feed 的解析。
我面临以下问题:
我无法直接从此网址执行解析:http://feeds.feedburner .com/PizdausPopularTodayPics
所以我尝试复制内容并将文件保存在以下位置: http://db.tt/5Zq98Kw 这样做时,我无法获取描述标签中的内容
任何人都可以帮助我解决这个问题吗?
我用来解析它的示例文件可以在以下位置找到: http://db.tt/MyIeYrc
:目前仅支持在firefox上解析。
谢谢,
米拉杰
I am trying to perform parsing of Pixdaus feed at client side using java script.
I am facing following problems:
I am unable to perform parsing directly from this url: http://feeds.feedburner.com/PizdausPopularTodayPics
So I tried to copy the content and save the file at this location: http://db.tt/5Zq98Kw while doing so I am unable to get content within description tags
Can anyone help me to resolve this?
The sample file which I am using to parse it can be found at: http://db.tt/MyIeYrc
Note: currently it supports parsing on firefox only.
Thanks,
Miraaj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于“跨域”问题,无法从 Pixdaus 加载 XML 文档。
提取描述
我宁愿通过以下方式从文档中提取描述:
希望这有帮助。
Loading XML document from Pixdaus did not work due to 'Cross-domain' issues.
Extract description
I would rather extract the description from the document in the following way:
Hope this helps.