Parsing Apple’s plist xml format in AS3
This is just a random thing I needed to make so I thought I would post it.
This class lets you parse the plist xml format into a more as3 style xml object. The plist format is not heirarchical for its key/value pairs, it has them in the same level. This will just make a more [...]