XML parsing is definitely a pain point in Android. I will be processing XML heavily in the future, and the current status of parsing support has me worried. There is an issue for it here regarding the resolution of a JAXB bug, that has been declined, God only knows why : http://code.google.com/p/android/issues/detail?id=314
Vote it up. On Fri, Sep 11, 2009 at 11:56 AM, Sasi Kumar <[email protected]>wrote: > > can you tell what is xmlpullparser and give one example. > > On Sep 10, 6:25 pm, Keean Schupke <[email protected]> > wrote: > > Use the XmlPullParser. > > > > Regards, > > Keean. > > > > On Sep 10, 11:10 am, Lewis <[email protected]> wrote: > > > > > I found XML parsing in android to be slightly buggy, the parser seemed > > > to have some strange behaviour dealing with whitespace and some > > > special characters. > > > > > I used dom4j as an alternative and it worked fine > > > > > This thread discusses dom4j on android: > http://groups.google.com/group/android-developers/browse_thread/threa... > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

