I am trying to read generic XML from a resource, I am calling
Resources.getXml(id) to get a parser.
Unlike other XmlPull parsers (including android's normal xml parser)
the first call to next seems to return START_DOCUMENT instead of
START_TAG. I have managed to work around this behaviour but it seems
to not comply with the XmlPull specification:
"Signalize that parser is at the very beginning of the document and
nothing was read yet. This event type can only be observed by calling
getEvent() before the first call to next(), nextToken, or nextTag
()). ."
--~--~---------~--~----~------------~-------~--~----~
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
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