Skip to content Skip to sidebar Skip to footer

How To Parse Xml In Android?

I have an XML Document I want to create a method that will parse the XML which is in Document format to String and return the Strings . How can I do this..Please help me out as I a

Solution 1:

Look at this article there are several examples on howto use SAX, DOM and PULL parsers

Working with XML on Android

Solution 2:

You should use the given blow link and get idea how to parse xml in android then make function according to your requirement.

http://www.androidpeople.com/android-xml-parsing-tutorial-using-saxparser

[This is the another like is usfull to you for finding solution of your problem]

http://www.androidpeople.com/android-xml-parsing-tutorial-%E2%80%93-using-domparser

Post a Comment for "How To Parse Xml In Android?"