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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to