Re: NSEnumerator ordering ?
Re: NSEnumerator ordering ?
- Subject: Re: NSEnumerator ordering ?
- From: email@hidden (Simon Fraser)
- Date: Wed, 03 Jul 2002 12:18:50 -0700
On this same note, doesn't it seem odd that the format of Info.plist
files is such that entry order matters? Entries are ordered like:
<key>foobar</key>
<string>keyvalue</string>
rather than nesting the key value under the key, something like:
<key name="foobar>keyvalue</key>
whichi is what a good XML citizen would use.
Simon
Ondra Cada wrote:
On Wednesday, July 3, 2002, at 04:02 , Guillaume Rager wrote:
Actually, i'm creating a NSDictionary from a plist file. The ordering
of items is very important for my application.
Then you have to use an NSArray too. Dictionaries and sets are not
ordered (which is kind of natural for a hash table).
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.