Re: [android-developers] XML parsing in android

2011-09-04 Thread Mark Murphy
Use the DOM parser, the SAX parser, the XmlPullParser, or whatever third party parser you want that runs on Android. On Fri, Sep 2, 2011 at 7:00 AM, Krishna Prasad wrote: > Is It possible to parse a dynamically created xml in android? > > I want  to display the xml based on fields in the xml. > >

Re: [android-developers] XML parsing in android

2011-09-04 Thread Satya Komatineni
Krishna, here are research notes I have on XML processing in Android http://www.satyakomatineni.com/item/3731 You may be able to use XmlPullParser facility but you may need to work as you process each node sequentially. If you have the option of JSON the following research link may help http://

[android-developers] XML parsing in android

2011-09-04 Thread Krishna Prasad
Is It possible to parse a dynamically created xml in android? I want to display the xml based on fields in the xml. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com T