X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6b65b9086b4434c6cc69bf4c8a3f778af5b91115..921cc233890705d6a916fa415b51fdd88fa8fe11:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index bdf1eab5..aa029d2b 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -1,6 +1,5 @@ "; + } + + if (isset($aResult['askml'])) + { + echo "\n"; + echo $aResult['askml']; + echo ""; + } + + if (isset($aResult['address'])) + { + echo "\n"; foreach($aResult['address'] as $sKey => $sValue) { $sKey = str_replace(' ','_',$sKey); @@ -76,7 +108,10 @@ echo htmlspecialchars($sValue); echo ""; } + } + if (isset($aResult['address']) || isset($aResult['askml'])) + { echo ""; } else