In our Android app so far we have been using the "standard" XmlPullParser 
parser and XML generation library.

But, I think there must be better options available - and ones that maybe 
parse an XML into a tree in memory and/or permit looking for elements in an 
XML document using XPath, etc...

So, I am looking for recommendations from others who have already used 
other XML Parsing and Generation libraries in production apps, with their 
plusses and minuses if you can...

I'd like to try and keep our app binary small, so that's one criteria: 
Library code size, and the others are pretty standard: efficient use of 
memory, and reasonable speed.

thanks in advance, Andrew

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to