getWithGeoData(); header ("Content-Type: text/xml"); echo "\n"; echo "\n"; if (is_array($photos)) { foreach ($photos as $p) { echo "\n"; } } echo ""; ?>