Hi all,
following the documentation on http://docs.basex.org/wiki/Update%C2%A0the instruction of:
replace value of node /doc with <new-element/>
on db:
<doc> <node/> </doc>
should result in:
<doc> <new-element/> </doc>
but the result is: <doc/>