BaseXdb / basex

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

XQuery Update: String value of modified text nodes #2148

Closed ChristianGruen closed 1 year ago

ChristianGruen commented 1 year ago
data(<_>a</_> update { replace node text() with . || 'b' })

Expected: ab, returned: a.