Re: [basex-talk] XUDY0027 - Insert target must not be empty with default namespaces

2013-07-08 Thread Lukas Kircher
Hi Carlos, the element two/ in the second example is also bound to the default namespace, so you have to take care of this. Adding a wildcard to the name test (.../**:two*) should do the trick. Your final insert query then looks like this: insert node three/ into db:open(MyDB,

Re: [basex-talk] XUDY0027 - Insert target must not be empty with default namespaces

2013-07-08 Thread Andy Bunce
Or if you really want two and three in no namespace like your first example your starting data should be: one *xmlns=oneone* two *xmlns=* / /one /Andy On Mon, Jul 8, 2013 at 1:05 PM, Lukas Kircher lukaskirch...@gmail.comwrote: Hi Carlos, the element two/ in the second example is also