Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何让 eXide 返回超过 10 个结果。无论我如何查询数据库,都不可能得到更多。$EXIST_HOME 左右有什么特殊规则吗?
我使用 eXist-db 3.0.RC1。
一种方法是将您的查询包装在一个元素中。
<results>{... your query here ...}</results>
包装结果是要走的路,但如果你愿意,你可以编辑/db/apps/eXide/resources/scripts/eXide.min.js,将“q=n+10-1”中的“10”更改为其他一些数字。