I'm weighing the pros and cons of using either XML files or SQLite files within an application on the iPhone that will be receiving weekly deliveries of new content. The files won't be huge (maybe 30kb at most). Whichever I choose needs to be cost effective and highly compressable if possible. At this point I understand that XML will be easier to implement, but SQLite is supposedly faster- which would you guys choose and why?