I would like to ask about the way to add namespace declaration into an xml element of BaseX database using xquery. for example I have the following xml
<mynode xmlns:b2t=".."></mynode>
And I want ta add one more namespace for example xmlns:b3t="" in order to get an xml like this
<mynode xmlns:b2t=".." xmlns:b3t=".."></mynode>