basex icon indicating copy to clipboard operation
basex copied to clipboard

XQUF: single text node, insertion and replacement

Open ChristianGruen opened this issue 3 months ago • 0 comments

<root><sub/>a</root> update {
  insert node 'b' after sub,
  replace node text() with 'c'
}

Expected text node: c (instead of bc).

ChristianGruen avatar Sep 26 '25 11:09 ChristianGruen