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