Is it possible using existing command line tools to run against a network version of Xindice i.e., servlet?
I couldn't find docs to explain how this can done (or) couldn't get help from user mailing list. May be developers could help me! Just a simple example to list collection in a collection context "db". With xindice-embed its like xindice lc -c "xmldb:xindice-embed:///db" -l I can even use "-d" option. For network access, I tried xindice lc -c "xmldb:xindice://localhost:8080/xindice-1.1b/db" xindice lc -c "xmldb:xindice://localhost:8080/xindice-1.1b?/db" etc. But no success! So how should I talk to a Xindice servlet running at URL http://localhost:8080/xindice-1.1b using command-line tool? Thanks in advance, Vijay.