On 10/01/2014, Dirk Kirsten dk@basex.org wrote:
Hi,
I don't quite get what you are asking for. All functions within the module should belong to the same namespace. So i.e. you could simply put your bookstore() function into the page namespace (i.e. use "declare function page:bookstore()") or you could place all the functions bound to the page namespace to the book namespace.
Did not realise that it is possible add functions to an existing namespace; now understood, thanks.