Re: XML plist to NSArray
Re: XML plist to NSArray
- Subject: Re: XML plist to NSArray
- From: Yuhui <email@hidden>
- Date: Sat, 7 Jun 2003 12:53:09 -0500
Hi Michael,
I've stored snippets of phrases in an XML plist I made in Property List
Editor.
<snip>
<dict>
<key>phrase_01</key>
<snip>
phrases01 = [allPhrases objectForKey:@"phrases_01"];
Shouldn't the key be "phrase_01" instead of "phrases_01"?
Hope that helps
Yuhui
_______________________________________________
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.