This is a familiar question on the Android SDK forum, yet has little to do with the SDK. Better to search the web where the subject of parsing XML with Java is covered more broadly.
I would suggest using the SAX push or the SAX pull parsers instead of the document builder (DOM) parser. All are available in the Andorid SDK, but the latter scales poorly and uses more memory. -- 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

