On Thu, Dec 6, 2012 at 11:27 AM, Simon Giddings <[email protected]> wrote: > I am developing a tablet application where I want my data files to be stored > as compiled xml.
Why? Furthermore, what do you consider "compiled xml" to be? If you are referring to the binary XML format created by the build process for XML resources, you would have to root around in the source code to find both the "compiler" and their version of the XmlPullParser that reads it in, and modify those to suit your needs. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- 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

