I think you want something like

<key>degree.list</key>
<array>
  <string>PHD</sring>
  <string>MS</sring>
</array>

On Jan 22, 2009, at 3:05 PM, Joe Little wrote:

Previously, I had Property entries like:

degree.list = ("PHD", "MS")

My newer projects have XML-style plist files. I understand the basic
key/string layout for single assignments, but I can't figure out what
is the right way to do multiple assignments. I presume that:

<key>degree.list</key>
<string>("PHD", "MS")</string>

is wrong on multiple levels. Does anyone have XML examples of array
assignments to a key?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/award %40apple.com

This email sent to aw...@apple.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to