Re: Dumping NSDictionary to XML.........
Re: Dumping NSDictionary to XML.........
- Subject: Re: Dumping NSDictionary to XML.........
- From: Joseph Heck <email@hidden>
- Date: Wed, 29 Oct 2003 21:54:35 -0800
Yes, but it depends on what you're expecting in your XML format. The
method
- (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag
will dump out your data into a plist XML format...
If you wanted some custom data layout mechanism, then you'll need to
look outside Apple's frameworks.
-joe
On Oct 29, 2003, at 8:21 PM, OL&L Dev wrote:
>
Is there an API for dumping an NSDictionary or CFDictionary as-is to
>
an XML file?
>
>
Thanks,
>
>
James
>
_______________________________________________
>
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.
_______________________________________________
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.