1

i have to parse this type of xml..

 <content type="xhtml">
        <apxh:div>
            <apxh:p>blah..blah...blah</apxh:p>
            <apxh:p>blah..blah...blah</apxh:p>
        </apxh:div>
 </content>

How can i parse it by atom parsing (root handler, element handler).

zaiff
  • 999
  • 2
  • 13
  • 29

1 Answers1

1

I'd recommend you take a look at this article.
http://www.ibm.com/developerworks/opensource/library/x-android/

also just found this Open Source Android atom \ rss reader
http://code.google.com/p/android-feed-reader/source/browse/#

How to create and parse Rss Feed
http://www.rgagnon.com/javadetails/java-0556.html

Community
  • 1
  • 1
Terrance
  • 11,764
  • 4
  • 54
  • 80