本人想做一个安卓的rss阅读器,在使用SAX方式获取xml时,普通文件都没有问题,但测试到了sina的rss时出错了,rss内容显示为空,xml代码如下:
<item>
<title>
<![CDATA[[股市]11月14日上市公司晚间公告速递(11/14 /6:49)]]>
</title>
<link>http://go.rss.sina.com.cn/redirect.php?url=http://finance.sina.com.cn/stock/s/20131114/164917324672.shtml</link>
<author>WWW.SINA.COM.CN</author>
<guid>http://go.rss.sina.com.cn/redirect.php?url=http://finance.sina.com.cn/stock/s/20131114/164917324672.shtml</guid>
<category>
<![CDATA[]]>
</category>
<pubDate>Thu, 14 Nov 2013 08:49:58 GMT</pubDate>
<comments></comments>
<description>
<![CDATA[  新浪财经讯 11月14日晚间,沪深两市多家上市公司发布了公告。以下是公告摘要:  (000915)山大华特:股改限售股份上市流通  本次限售股份实际可上市流通数量为18,700股,占公司总股本的比例为0.0104%。  本次限售股份可上市流通日期为2013年11月20日。 ....]]>
</description>
</item>
分析了一下,发现内容格式为<![******]]>的都被当注释过滤掉了,这个问题怎么处理??