Re: Naming help - XML plist (Apple/Mac/iTunes)

2008-06-14 Thread Daniel Staal
--As of June 13, 2008 8:35:36 PM -0500, Chris Dolan is alleged to have said: Note that plists can also be stored in a binary format; would you want to support that also? If so, how about Parse::ApplePlist? I don't know anything about the binary format but its existence does argue against

Re: Naming help - XML plist (Apple/Mac/iTunes)

2008-06-14 Thread Jenda Krynicky
From: Aristotle Pagaltzis [EMAIL PROTECTED] * Jenda Krynicky [EMAIL PROTECTED] [2008-06-14 01:25]: I don't like XML::Plist. I would not have any idea what kind of list is it supposed to mean. And I bet there's quite a few others in the same situation. If it's something Apple specific,

Re: Naming help - XML plist (Apple/Mac/iTunes)

2008-06-14 Thread Bill Ward
On Sat, Jun 14, 2008 at 7:41 AM, Daniel Staal [EMAIL PROTECTED] wrote: --As of June 13, 2008 8:35:36 PM -0500, Chris Dolan is alleged to have said: Note that plists can also be stored in a binary format; would you want to support that also? If so, how about Parse::ApplePlist? I don't know

Re: Naming help - XML plist (Apple/Mac/iTunes)

2008-06-14 Thread Daniel Staal
--As of June 14, 2008 12:36:45 PM -0700, Bill Ward is alleged to have said: Only thing is, my utility only parses them, it doesn't write them. PLists are strongly typed and Perl isn't, so generating a PList out of an arbitrary Perl data structure is a little problematic... need to use a regex