X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d396505786ce3be105249c740e0d3365beb4ef10..86ca377b1a1505c7a599746c095bc83156e3997d:/lib/template/search-xml.php?ds=inline diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index f8e054e3..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 "";