Still prefer JSON, but if talking to legacy systems then you have no choice to go the XML route. Luckily I have total control over back end server process so I have gone the former route.
However, been informed my next program might have to talk to XML back end (SOAP) and was looking into kSoap, so that should fun..... Regards Anthoni On Apr 12, 9:19 pm, Bob Kerns <[email protected]> wrote: > You can also use XmlSerializer to serialize a DOM, together with about > a page of code to walk the DOM. > > That's a whole lot more painful than it ought to be, but it's better > than writing XML tags yourself, which if you find yourself doing, > you're doing something wrong. > > On Apr 12, 5:57 am, Mark Murphy <[email protected]> wrote: > > > > > MobDev wrote: > > > Thought you actually could according to this article I read couple of > > > weeks ago : > > >http://www.ibm.com/developerworks/opensource/library/x-android/index.... > > > > Says you can use the XmlSerializer object for that ? > > > Every day, I find something else tucked away in some obscure corner of > > Android... > > > Yes, that should work, at least to the limits of the XmlSerializer class. > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://twitter.com/commonsguy > > > _Android Programming Tutorials_ Version 2.0 Available! -- 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 To unsubscribe, reply using "remove me" as the subject.

