; Examples
* The first example lists all resources found in the '''tmp''' path of the ''xmarkfactbook'' database:<br/><code>http://localhost:8984/rest/factbook/tmp</code>
* The first example prints the city names from the ''factbook'' database and encloses all results with a <code><rest:result/></code> elements:<br/><code>http://localhost:8984/rest/factbook?query=//city/name&wrap=yes</code>