I am developing an application. In that I want to create an XML file with sqlite data and place another XML data into sqlite field. So please tell me how to do this.
Well hope you used Core Data to interact with your DB. If you did so, just loop your Entities and use a NSMutableString to build your XML document.