Context Save on XML parse completion
I have parsed a xml document and listed it on a tableview accordingly, but it is not saving to the core data object as I thought it was supposed to. Is there a sample of a xml parser process that will initiate the Context (which I parsed together) to be saved to the Core Data Object when the end of the parse is reached? Only info I can find has to do with manual "as entered in the field" type entry saves done in view controllers. I want to be able to view my core data info when I am siting in an airplane and cannot make a connection for fresh list parsing. I need stored data.
Please assist me in this if you possibly can. I would appreciate the help.
|