you seem to have a fundamental problem here. SQLite is a RELATIONAL database. XML is HIERARCHICAL. The Mericans would say "trying to push a square peg in a round hole" Before you can insert the XML data into SQLite you either need to flatten the data, or indicate a parent/child relationship between entries, or simply store the whole XML as a string.
-- 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

