我必须解析这种类型的xml。
<content type="xhtml">
<apxh:div>
<apxh:p>blah..blah...blah</apxh:p>
<apxh:p>blah..blah...blah</apxh:p>
</apxh:div>
</content>如何通过atom解析(根处理程序,元素处理程序)来解析它。
发布于 2011-09-29 00:36:33
我建议你看看这篇文章。
http://www.ibm.com/developerworks/opensource/library/x-android/
我刚刚找到了这个开源的Android atom \ rss阅读器
http://code.google.com/p/android-feed-reader/source/browse/#
如何创建和解析Rss提要
http://www.rgagnon.com/javadetails/java-0556.html
https://stackoverflow.com/questions/7582077
复制相似问题