This commit is contained in:
~lucidiot 2023-10-22 19:19:08 +02:00
parent 329f5e6007
commit ea323a4948
2 changed files with 10 additions and 4 deletions

View File

@ -1539,7 +1539,7 @@ because astronomers need coffee to go through the night -->
<p>You can probably use any of the geoportals out there, the websites that list open geographical data mostly from governments, and get plenty more ideas for GeoRSS feeds.</p>
<p>And since we are now done with GeoRSS Simple, we'll look at GeoRSS GML next time.</p>
]]></description>
<georss:line>52.4718867,4.8277792 52.4721926,4.8275892 52.4729501,4.8270419</georss:line>
<georss:line>52.4718867 4.8277792 52.4721926 4.8275892 52.4729501 4.8270419</georss:line>
<georss:featureName>Haaldersbroekerdwarsstraat</georss:featureName>
<georss:featureTypeTag>street</georss:featureTypeTag>
<georss:relationshipTag>has-nothing-to-do-with</georss:relationshipTag>

View File

@ -17,11 +17,17 @@ parse-xml(x:request(x:form(
default return concat("UNKNOWN (", ., ")"),
"&#10;",
m:errors/m:errorcount,
" errors, ",
" error",
if (number(m:errors/m:errorcount) ne 1) then "s" else (),
", ",
m:warnings/m:warningcount,
" warnings, ",
" warning",
if (number(m:warnings/m:warningcount) ne 1) then "s" else (),
", ",
m:informations/m:infocount,
" informations&#10;",
" information",
if (number(m:informations/m:informationcount) ne 1) then "s" else (),
"&#10;",
string-join((
m:errors/m:errorlist/error,
m:warnings/m:warninglist/warning,