Re: Property List Editor displays number differently
Re: Property List Editor displays number differently
- Subject: Re: Property List Editor displays number differently
- From: Graham Jones <email@hidden>
- Date: Wed, 08 Jun 2005 01:03:51 -0500
Title: Re: Property List Editor displays number differently
Hi Dave,
Thank you very much for the quick answer. I don’t suppose you’d know the easiest way to coerce that into a 10-based number, preferably without OSAXen? I think there’s a shell script that can do it but I need to find a way to do it via Applescript or a “Call Method” or “do shell script” in Applescript, and don’t know what syntax to use.
- Graham Jones.
On 6/8/05 1:37 AM, "Dave D" wrote:
"Data bytes are base-64 encoded between the <data> and </data> tags."
http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/XMLPListsConcept.html
Dunno why the key would be whacked, though.
HTH,
Dave
On Jun 8, 2005, at 12:25 AM, Graham Jones wrote:
Hi all,
Hopefully there is a quick answer to this one:
I am parsing an XML file, and have come up with something confusing: one
line of the XML file is a data value:
<data>
AAAAAGADAzIAAAAAAAAAAAAAAAA=
</data>
Another line is a key name:
<key>00000000 60030331 00000000 00000000 00000000</key>
Both examples are supposed to be the same number, and both appear identical
(looking like the second example) in the Property List Editor.
Does anyone know what kind of number format the first might be? It's
obviously not hexadecimal... And why does Property List Editor read the
first one the same as the second when any text editor I try shows them
differently?
Thanks,
Graham Jones.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden