elegos wrote: > Mark please that was only a part of the message. Thank you for the > explanation, but can you explain me XML Pull Parser, the line I asked > for, and maybe a link or two where to find simple examples on how to > start using it, or to start parsing XML?
The project's Web site is readily identifiable from the package name: http://xmlpull.org/ Full documentation for using their API is hosted there. I experimented with XPP a while back, but have since concluded that it doesn't really add that much value for me over SAX, so since then I have been sticking with SAX. I also seem to recall seeing a light performance analysis suggesting XPP wasn't any faster than SAX, but I do not remember where I saw it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

