Re: pList Editor Error
Re: pList Editor Error
- Subject: Re: pList Editor Error
- From: Creed Erickson <email@hidden>
- Date: Thu, 3 Jul 2003 13:43:11 -0700
On Thursday, July 3, 2003, at 12:27 PM, Chuck Rice wrote:
Is there a bug in the property list editor? Take a look at this screen
shot:
<http://www.wildrice.com/Images/pListEditError.png>
The display seems wrong and does not match the XML below. -Chuck-
Apple plists dicts are usually represented by key-string pairs. i.e.,
<key>KeepFront</key> <string>NO</string> This may be a workaround for
you.
The entry <key>KeepFront</key><false/> would appear to be a valid entry
based on the DTD:
http://www.apple.com/DTDs/PropertyList-1.0.dtd
I'd file a bug. The scary thing is that the bug is probably an error in
xml parsing in some framework. Who knows how far reaching that bug
might be.
--
Creed Erickson <email@hidden>
"Not a shred of evidence exists in favor of the idea that life is
serious."
- Brendan Gill
_______________________________________________
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.