I'm having some issues searching documents within a default namespace.
if my document looks like
<node1 xmlns="http://foo.bar.com" > <bar>content</bar> </node1>
I tried
bin\xindice xpath -c /db/test -n ns -s a=http://foo.bar.com -q "/a:foo/a:bar"
with the document above and it did not work. Seems like a bug. If you find a solution to it, send a patch to the dev list. In either case, you can use bugzilla to track this issue.
Vadim
I'll hopefully get some time at the start of next week to look into this further.
Steven.
