我正在研制一个RSS供暖器,用于一个特定的RSS供暖器,我与SAX和tag有问题。 各方对此视而不见。
<description>
<![CDATA[<img src=http://www.lamaruniversitypress.com/polopoly_fs/1.1832584!image/2678128836.jpg_gen/thumbnails/100x100/2678128836.jpg><br /><br><p>
South Korea vowed Wednesday to completely punish North Korea if it attacks again.
...</p>]]>
</description>
我的开端方法有这一要素来处理描述的主角。
if (localName.equals("description"))
{
currentstate = RSS_DESCRIPTION;
return;
}
我的果园方法就是这样:
case RSS_DESCRIPTION:
_item.setDescription(theString);
Log.i("DESCRIPTION","characters[" + theString + "]");
currentstate = 0;
break;
记录显示:
12-22 11:21:06.517: INFO/TITLE(489): characters[SKorea holds massive new drills after North attack]
12-22 11:21:06.527: INFO/DESCRIPTION(489): characters[
12-22 11:21:06.527: INFO/DESCRIPTION(489): ]
这是我第一次试图与塞拉利昂再次解放联盟合作,我正非常接近于与一位不同教区重写整件事,请你说谎是我的最后一次 d。
我已尝试处理这一段落,这并不奏效,这大概是因为它属于《美洲贸易协定》的范围之内。 我曾试图说明这种描述。
String theString = new String(ch,start,length);
/*
if ( currentstate == RSS_DESCRIPTION){
theString = new String(ch, theString.indexOf("<p>") + 3, theString.indexOf("</p>"));
}
而该方案在击中时刚刚停止。
Thanks in advance for any help!!! -David