Thanks lots.

In the meantime, can I force the http functions to return everything using the 
default namespace? Or is it a case of writing XQuery functions to strip it all 
before calling the insert?

Thanks again. Much appreciated.
Mike


On 3 Apr 2012, at 12:58, Leo Wörteler wrote:

> Hi,
> 
> Am 02.04.2012 18:01, schrieb Mike Hawkes:
>> A bit laborious to recreate but .. here goes:
> 
> I found a simpler repro:
> 
>  CREATE DB test <a><c/></a>
>  XQUERY insert node <b xmlns='b'/> before /a/c
>  XQUERY insert node <d/> into /a/c
> 
> This produces:
> 
>  <a>
>    <b xmlns="b"/>
>    <c>
>      <d xmlns="b"/>
>    </c>
>  </a>
> 
> The `d` node should be in the default namespace.
> We're working on it...
> 
> Cheers, Leo

_______________________________________________
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Reply via email to