CBC世界新闻RSS解析器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CBC世界新闻RSS解析器相关的知识,希望对你有一定的参考价值。

Reads CBC news RSS with fancy-prints its in table, splitting news description by image & text.
  1. <table border=0 align=center>
  2. <%
  3. new XmlParser().parse('http://rss.cbc.ca/lineup/world.xml').channel.item.each {
  4. it.description.text().find('(<img [^>]+>).*<p>([^<]+)</p>') {mtc, img, txt ->
  5. out << """<tr><td rowspan=2>$img</td><th>${it.title.text()}</th></tr>
  6. <tr><td>$txt</td></tr>"""
  7. }
  8. }
  9. %>
  10. </table>

以上是关于CBC世界新闻RSS解析器的主要内容,如果未能解决你的问题,请参考以下文章

基于Android新闻RSS阅读器客户端app

SWIFT/iOS:将 XML 数据(RSS 提要)解析为明文,将图像和视频添加到 textview

开源2--RSS新闻情报云

Python中的RSS提要解析器库[关闭]

NSXMLParser 将 RSS 解析为自定义对象

PHP 不错的RSS聚合器/解析器