Honglin Ye wrote:
Honglin Ye wrote:
Is it possible to query db over multiple collection?
For exacmple
xindice xpath -c xmldb:xindice://host:8080/db/root/ -q "/root/childre"
sorry, it should read
xindice xpath -c xmldb:xindice://host:8080/db/root/* -q "/root/childre"
See Xindice website, Todo page: <strong>The Query Engine</strong> The query engine has basic functionality right now. Indexing and XPath query work against a Collection, but no unified cross-Collection query system currently exists.
In short:
No, Xindice currently does not support quering over multiple connections. You are welcome to enhance Xindice and send in a patch.
Thanks, Vadim
