AndroidアプリケーションでシステムのAPIを使用しようとしています。私はこのXMLを持っています:
<item>
<title>Title 1</title>
<description>
<table>
<tr>
<td><img src="http://abc.com/image1.jpg" width='80' height='80' /></td>
<td>This is summary 1</td>
</tr>
</table>
</description>
<link>http://abc.com</link>
<pubDate>Wed, 13 Mar 2013 13:42:42 +0700</pubDate>
</item>
Plzは、SAXParserを使用してタグ<description>の要素を取得する方法を示しています。
要素1
src="http://abc.com/image1.jpg"
要素2
<td> This is summary for title 1</td>