tags:

views:

30

answers:

1

How to parse xml data.. file is php file and Soap is used in xml.. i am going to use this in a android application. please provide me proper codes

+1  A: 

To parse XML, you use the DOM, SAX, or XmlPullParser APIs.

CommonsWare