Android: Parsing XML with KSOAP
问题 I make connection with my webservices (SOAP) this the xml result that I recieved from the webservices how can I parse this result without SAX parser... <maintag> <item> <name>AndroidPeople</name> <website category="android">www.androidpeople.com</website> </item> <item> <name>iPhoneAppDeveloper</name> <website category="iPhone">www.iphone-app-developer.com</website> </item> </maintag> EDIT:/ I was wondering to parse this result with Kxmlparser, can anybody tell me how? Many thanks! SOAP FILE