使用ROME库阅读自定义rss提要的详细信息
问题描述:
通过使用ROM库,我能够获得像标题,描述,publishedDate等等的RSS提要。但我想阅读以下RSS提要:使用ROME库阅读自定义rss提要的详细信息
<item>
<photo>http://www.przoom.com/photos/152165_1.jpg</photo>
<title>
Leading Press Release Newswire and Market Research Report Distribution Service Network Celebrates 10 Year Anniversary
</title>
<description>
PRZOOM - Newswire (press release) - 2015/04/20, San Francisco, CA United States - The business news distribution network (PRZOOM.com, NewswireToday.com, and more recently PRTODAY.com) has become the top most used service on a daily basis within the U.S., United Kingdom, France, and Germany
</description>
<link>http://www.przoom.com/news/152165/</link>
<category>Advertising/PPC/Classifieds</category>
</item>
我无法在此阅读照片标记。
请建议我在提前this.Thanks ...
答
line 13, column 2: Undefined item element: photo (15 occurrences) [help]
<photo>http://www.przoom.com/photos/152165_1.jpg</photo>
和罗马不会提供<photo>
标签,因为它不属于该命名空间是在
类似的问题,因为这:get image url of rss with rome library
编辑:by implementing a custom Wirefeed parser, it is possible to save these custom tags