in reply to XML::Parser reader

For the structure you posted, Latitude seems to be

$data = $xml->parse($thedata); print $data->[1]->[2]->[2]->[2],"\n";

- it seems to be, for your data is obfuscated, since you didn't enclose it between <code></code> tags as per Writeup Formatting Tips.