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()
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 ~