I want to save data to xml file , which include
- Create xml file
- insert in it
- delete from it
- update certain node
- read all the elements
any suggestion please , any sample tutorial code will be highly appreciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are parsing the XML into an NSArray or NSDictionary, it is better to just save the array or dictionary so that you don’t have to parse the data in the cache every time you want to read it. Both NSArray and NSDictionary have the methods writeToFile and initWithContentsOfFile