Re: [Monetdb-developers] An XQuery question

2007-05-07 Thread Ying Zhang
On Mon, May 07, 2007 at 09:35:37AM +0200, Jens Teubner wrote: > On Sun, May 06, 2007 at 10:28:57PM +0200, Ying Zhang wrote: > > > If I run the follwoing XQuery query with Galax: > > > > == > > test.xq > > == > > declare namespace t = "test"; > > > > declare function t:echoVoid()

Re: [Monetdb-developers] An XQuery question

2007-05-07 Thread Jens Teubner
On Sun, May 06, 2007 at 10:28:57PM +0200, Ying Zhang wrote: > If I run the follwoing XQuery query with Galax: > > == > test.xq > == > declare namespace t = "test"; > > declare function t:echoVoid() { () }; > t:echoVoid() > == > > Galax gives a warning: > > $ galax-run ~

[Monetdb-developers] An XQuery question

2007-05-06 Thread Ying Zhang
Dear developers, If I run the follwoing XQuery query with Galax: == test.xq == declare namespace t = "test"; declare function t:echoVoid() { () }; t:echoVoid() == Galax gives a warning: $ galax-run ~/test.xq [WARNING] Expression '???' at File "/ufs/zhang/test.xq", lin