Hi
I am tryting to read an xml file of the format
<response>
<status><name></name></status>
<gravity><g1></g1></gravity>
</response>

My xml pull parser is reading till to
status.but its not reading the gravity tag.
it reached ENd_DOCUMENT after reading </status>

I understood that xmlpullparser can read only one level..
any idea ablout resolving the issue ?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to