BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
691 stars 265 forks source link

XQuery Update: replace attribute with empty sequence #2095

Closed ChristianGruen closed 2 years ago

ChristianGruen commented 2 years ago
<e a=''/> update { replace node @a with () }

Expected: <e/>, returned: <e a=''/>.