XML and INI files persistance in Objective-C
XML and INI files persistance in Objective-C
- Subject: XML and INI files persistance in Objective-C
- From: mabo68 <email@hidden>
- Date: Sat, 26 Jun 2004 18:19:33 +0200
Hello
For a small project in the school, I receive 2 files structures. The
fist have a XML format and the seccond is a flat file such as INI
Windows files. I program with Objective-C and Cocoa under XCode.
I have 2 problems with the persistance:
1. I need to save informations into a XML document, but NOT with a
key-value like the .plist format.
I can read the XML file becose I have used the class NSXMLParser.
I need to persiste my structure in a XML file.
2. And for a flat file, like INI file. I need to read and write the
file.
What need I do for both problems ?
Thanks a lot if you have a solution
Regards
Marc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.