The output of the following query returns the five first city names of the <b>factbook</b> database:
<pre class="brush:xml">
<rest:query xmlns:rest="http://www.basex.org/rest"> <rest:text><![CDATA[ (//city/name)[position() <= 5] ]]></rest:text></rest:query>
</pre>