Android Development wrote: > Can we also use JAXB API for XML processing ? It provides a very > nice, intuitive and maintainable API to the developer. In my case, the > documents are large, and there is frequent marshaling and unmarshalling > required in addition to random access to elements in the XML document. > > I am pondering over using JAXB API for this.
I don't think it's in the SDK, but I haven't gone looking for it, either. If it is not in the SDK, you will have some difficulty using it as an external JAR, because Android does not like java.* and javax.* namespace classes being added to projects. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunities? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

