Update Operations and Syntax
The XQuery Update Facility enables the following operations:
•Delete one or several nodes
•Insert one or more nodes before, after, or inside a specified node
•Rename a node
•Replace a node with a sequence of items
•Replace Value of a node with the string value of a sequence of items
The keywords and syntax of these operations are described in the sub-sections of this section.