Can i parse a plist file with php and kind of get it into an array, like the $_POST[''] so i could call $_POST['body'] and get the string that has the <key> body ?
$_POST['']
$_POST['body']
<key> body
CFPropertyList - A PHP Implementation Of Apple's plist (PropertyList)