X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f87ea067ca6023a01d0d3c5b0fb5f9b47790228b..86ca377b1a1505c7a599746c095bc83156e3997d:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index 5ebfa282..c1fd58f0 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -1,16 +1,16 @@ \n"; - echo ""; + } + + 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 +110,10 @@ echo htmlspecialchars($sValue); echo ""; } + } + if (isset($aResult['address']) || isset($aResult['askml'])) + { echo ""; } else @@ -85,4 +122,4 @@ } } - echo ""; + echo "";