Changes

Jump to navigation Jump to search
33 bytes removed ,  10:50, 29 July 2020
for $city in $country//city[population > 1000000]
group by $name := $country/name[1]
group by where
count $id
return <country id='{ $id }' name='{ $name }'>{ $city/name }</country>
start at $s when fn:true()
only end at $e when $e - $s eq 2
return &lt;<window&gt;>{ $w }&lt;</window&gt;>
</syntaxhighlight>
declare option output:omit-xml-declaration "no";
declare option output:method "xhtml";
&lt;<html/&gt;>
</syntaxhighlight>
'''Result:''' <code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;html&gt;&lt;/html&gt;</code>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu