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