Hello,
I get this error: [XUDY0016] Documents in path '...' can only be replaced once.
Code : XUDY0016
Description : In a replace expression, a target is replaced more than once.
Examples : let $a := <x>x</x>/node() return (replace node $a with <a/>, replace node $a with <b/>)
Is there a BaseX option to allow multiple "replace" in one query on the same document ?