BaseXdb / basex

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

XQuery Update: Update text nodes #2246

Closed ChristianGruen closed 9 months ago

ChristianGruen commented 9 months ago
element x { ' ' }/node() update {
  replace value of node . with ''
}