Re: pList Editor Error
Re: pList Editor Error
- Subject: Re: pList Editor Error
- From: Chris Parker <email@hidden>
- Date: Thu, 3 Jul 2003 14:52:12 -0700
Hi folks,
On Thursday, July 3, 2003, at 2:08 PM, Chuck Rice wrote:
At 1:43 PM -0700 7/3/03, Creed Erickson wrote:
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 generate the entries using:
[defaults setBool:NO forKey:BC_SleepOnPowerOff];
[defaults setBool:NO forKey:BC_SpeakActions];
[defaults setBool:NO forKey:BC_KeepFront];
so they should be correct. I think that it is just the editor that is
broken.
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.
Before this goes too far down this path...
The plist parser is not blame here; reading in a given plist using
CFPropertyListCreateFromXMLData() yields a correct dictionary. This is
a known issue with the Property List Editor application.
That is a scary thought. Not sure where go go to do this. I am not a
paid-up developer. Is there a place for the "cheap-seats" developer?
-Chuck-
http://bugreport.apple.com/ - bring your ADC account (free or
otherwise) when you show up there. :) I believe you can hit
email@hidden if you're having problems logging in to it.
.chris
--
Chris Parker
Cocoa Frameworks
Apple Computer, Inc.
_______________________________________________
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.