Re: Xindice browsing - HTTP 404

Vadim Gritsenko <[email protected]> Thu, 17 May 2007 09:32:16 -0400
Newsgroups gmane.text.xml.xindice.user
Message-ID <[email protected]>
Robert Kirkpatrick wrote:
> Thanks Todd,
> 
> I can indeed browse my document as 
> http://localhost:8080/xindice/?/db/test/form - but I am puzzled by this URI:
> doesn't look standard

It is standard. Everything after '?' is called 'query string'.


> - served by the ugly browser !?

Yes. What did you expect?

If you want an 'official' way of accessing Xindice, you should be using XML-RPC 
or XML:DB. Next version of Xindice will be also providing WebDAV access. Using 
the URL above you are using 'unofficial' ugly browser - which is primarily a 
debug tool.

Vadim