There's a good book called Pro XML Development with Java Technology. If you can get your hands on a copy of that eBook, it has very good tutorials on working all aspects of XML with Java.
On Jan 15, 1:36 pm, Mark Murphy <[email protected]> wrote: > On Sun, Jan 15, 2012 at 1:32 PM, John Goche <[email protected]> > wrote: > > Another API for XML which I have not mentioned is StAX (the streaming API > > for XML). > > I guess that would be another alternative, which, presumably, being part of > > java 6 also > > works on android? > > Android does not support StAX, last I checked. Just because something > is in Java 6 does NOT mean that Android supports it. The Android > java.* and javax.* class libraries represent a subset of Java 6 SE. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 3.7 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

