Hi Sadhana, If you are getting huge data from your server you can use SAX Parser 1. http://www.jondev.net/articles/Android_XML_SAX_Parser_Example 2. http://www.mysamplecode.com/2011/11/android-parse-xml-file-example-using.html
If you are getting small data with very few tags, you can use DOM Parser 1. http://matrix-examplecode.blogspot.in/2012/03/android-dom-parser-example.html You can find lots of similar example if you really search :) Regards, Sourav On Monday, 24 December 2012 12:21:13 UTC+5:30, Sadhna Upadhyay wrote: > > Hi Everybody, > > Can Some one tell me how to XML Parsing data from > server.please help me. > > > > > Thanks: > Sadhana. > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

