Add-on | XQuery


FOR $c IN document("myfile")//city
WHERE $c/pop >= 100000
RETURN $c/name