Re: Core Data Entity And Attribute Names In XML Store

2012-01-31 Thread Richard Somers
On Jan 30, 2012, at 6:27 PM, Jens Alfke wrote: > On Jan 30, 2012, at 1:34 PM, Richard Somers wrote: > >> Why does Core Data change entity names to upper case and attribute names to >> lower case in the XML store? > > I don’t know; but the format of that XML is supposed to be private to > CoreD

Re: Core Data Entity And Attribute Names In XML Store

2012-01-31 Thread Jens Alfke
On Jan 30, 2012, at 1:34 PM, Richard Somers wrote: > Why does Core Data change entity names to upper case and attribute names to > lower case in the XML store? I don’t know; but the format of that XML is supposed to be private to CoreData, not something your app should try to read or write. (S

Core Data Entity And Attribute Names In XML Store

2012-01-30 Thread Richard Somers
Why does Core Data change entity names to upper case and attribute names to lower case in the XML store? --Richard ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th