How to convert sqlite data into xml file and xml file into sql data?

前端 未结 1 942
执念已碎
执念已碎 2021-01-29 11:58

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.

相关标签:
1条回答
  • 2021-01-29 12:11

    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.

    0 讨论(0)
提交回复
热议问题