我必须解析这种类型的xml ..
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>
我如何通过原子解析(根处理程序,元素处理程序)来解析它。
我必须解析这种类型的xml ..
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>
我如何通过原子解析(根处理程序,元素处理程序)来解析它。
我建议你看看这篇文章。
http://www.ibm.com/developerworks/opensource/library/x-android/
也刚刚发现这个开源 Android atom \ rss 阅读器
http://code.google.com/p/android-feed-reader/source/browse/#
如何创建和解析 Rss Feed
http://www.rgagnon.com/javadetails/java-0556.html