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.
>
>
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://
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
3 matches
Mail list logo