On Thu, Aug 07, 2003 at 10:54:45AM -0400, Neil Schemenauer wrote: > _q_lookup must return a namespace. You want something like this: Thanks for the code. > Your suggestion doesn't work It was not a suggestion. It was how I have read docs: programming.html: "_q_lookup() should return either a string (a complete document that will be returned to the client) or some object that can be traversed further." What I actually asked was - is documentation correct or _q_lookup must return a namespace? Documentation is incorrect, _q_lookup must return a namespace. Thanks for clarification. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.