i want to write some data in XML file.I can read in XML file but how can i write this. please give me some intruction.
A:
NSFileManager has method
- (BOOL)createFileAtPath:(NSString *)path contents:(NSData *)contents attributes:(NSDictionary *)attributes
oxigen
2009-05-27 11:59:24