当前位置: 代码迷 >> Android >> 有一个关于“Android SAX解析XML”的有关问题
  详细解决方案

有一个关于“Android SAX解析XML”的有关问题

热度:16   发布时间:2016-05-01 21:03:33.0
有一个关于“Android SAX解析XML”的问题
用的是textView显示数据,解析title等都正常。但是解析description的时候,下面这个<description>只能显示一个“<”字符,请问各位高手有什么方法可以把<description>显示出来吗?谢谢!

XML code
<description><table border="0" cellpadding="2" cellspacing="7" style="vertical-align:top;"><tr><td width="80" align="center" valign="top"><font style="font-size:85%;font-family:arial,sans-serif"></font></td><td valign="top" class="j"><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1" /></div><div class="lh"><a href="http://news.google.com/news/url?sa=t&amp;fd=R&amp;usg=AFQjCNGNpvEszUYTnXklOUoOpK1uGbQoeA&amp;url=http://news.163.com/12/0513/09/81CGV7LJ00014AED.html"><b>晒晒林同学的“成绩单”(图)</b></a><br /><font size="-1"><b><font color="#6f6f6f">网易</font></b></font><br /><font size="-1">作为一个经过中学篮球、大学<font color="#CC0033">篮球、NBA</font>选秀三层严密的人才选拔系统后仍未被发掘的“淘汰品”,林书豪同学的平静、低调和不放弃弥足珍贵。 评语:不管梦想的道路上遇到什么挫折,请想想林书豪。</font><br /><font size="-1" class="p"></font><br /><font class="p" size="-1"><a class="p" href="http://news.google.com.hk/news/more?pz=1&amp;ned=cn&amp;ncl=d3jNtBqtv6gLy2M"><nobr><b>更多&nbsp;&raquo;</b></nobr></a></font></div></font></td></tr></table></description>


------解决方案--------------------
看这个例子:http://www.cnblogs.com/bmate/archive/2012/02/15/2352824.html
我也求帮助:http://topic.csdn.net/u/20120514/10/87c07b17-385a-4b73-a789-18bed8a16630.html?83984
  相关解决方案