Re: default namespace problems

2004-05-20 Thread Vadim Gritsenko
Murray Altheim wrote: Vadim Gritsenko wrote: Steven Shand wrote: Hi, I'm having some issues searching documents within a default namespace. if my document looks like http://foo.bar.com"; > content I'd assume that I would do service.setNamespace( "", "xmlns="http://foo.bar.com"; ) or even servi

Re: default namespace problems

2004-04-30 Thread Steven Shand
I'm having some issues searching documents within a default namespace. if my document looks like http://foo.bar.com"; > content 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

Re: default namespace problems

2004-04-30 Thread Murray Altheim
Vadim Gritsenko wrote: Steven Shand wrote: Hi, I'm having some issues searching documents within a default namespace. if my document looks like http://foo.bar.com"; > content I'd assume that I would do service.setNamespace( "", "xmlns="http://foo.bar.com"; ) or even service.setNamespace( null,

Re: default namespace problems

2004-04-30 Thread Vadim Gritsenko
Steven Shand wrote: Hi, I'm having some issues searching documents within a default namespace. if my document looks like http://foo.bar.com"; > content I'd assume that I would do service.setNamespace( "", "xmlns="http://foo.bar.com"; ) or even service.setNamespace( null, "xmlns="http://foo.bar

default namespace problems

2004-04-27 Thread Steven Shand
Hi, I'm having some issues searching documents within a default namespace. if my document looks like http://foo.bar.com"; > content I'd assume that I would do service.setNamespace( "", "xmlns="http://foo.bar.com"; ) or even service.setNamespace( null, "xmlns="http://foo.bar.com"; ) neither