Top "Xquery-update" questions

XQuery Update: insert or replace depending if node exists not possible?

I am trying to build simple XML database (inside BaseX or eXist-db), but I have trouble figuring how to modify …

xquery exist-db basex xquery-update
Sql Xquery How to Replace text in Update Query

Table is named as MasterTable Columns ID type BIGINT, Name type VARCHAR(200) (stores xml type data for some reasons) Name …

sql-server sql-update xquery-sql xquery-update
how to replace the value of an attribute using xquery

I have an xml document as follows <users> <user test="oldvalue"> <userid>sony</…

xquery xquery-update
Removing node using XQuery Update

I am trying to remove a child node from a parent node using xquery. Say, I have an entry shown …

xml xpath xquery xquery-update