Saving as xml
Saving as xml
- Subject: Saving as xml
- From: John Joyce <email@hidden>
- Date: Mon, 5 May 2008 12:45:47 -0500
What's the best method to save a document as xml?
Should NSKeyedArchiver be doing this?
My document and its objects are very simple, they can easily be
nothing more than BOOLs and NSStrings (as keys).
Other issue:
If I have an NSDictionary (composed of two NSArrays' objects,
keysArray, objectArray) that I want to use as a constant of sorts for
all documents and controllers in a document-based app, is there a
recommended way to declare the dictionary or a file it should go in?
Should it belong to my instance of NSApp to make it available to all
objects in the app?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden