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.