gem=Bourseigne-Neuve%20et%20Bourseigne-Vieille Bourseigne-Neuve et Bourseigne-Vieille Bourseigne-Neuve et Bourseigne-Vieille xquery version '3.0'; let $context := doc($db:context) let $howmany := 1000 let $lemmata := $context//lemma[(geo//gem[matches(.,'^Bourseigne-Neuve$','i')] and geo//gem[matches(.,'^et$','i')] and geo//gem[matches(.,'^Bourseigne-Vieille$','i')])] return <result lem='{count($lemmata)}' atts='{count($lemmata/following-sibling::att)}' shown='{$howmany}'> { for $i in 1 to min(($howmany, count($lemmata))) let $lem := $lemmata[$i] order by $lem/vorm return <entry> {$lem} {$lem/following-sibling::att} </entry> } </result>