exist-dbexide

How to show more than 10 results in eXide (eXist-db)?


I wonder how to make eXide to return more than 10 results. No matter how I query the database, it is not possible to get more. Is there some special rule in $EXIST_HOME or so?

I use eXist-db 3.0.RC1.


Solution

  • One way is to wrap your query in an element.

    <results>{... your query here ...}</results>