Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

ReplaceClause

Replace a node.


Syntax

ReplaceClause

graphics/ReplaceClause.png

Expr Expr

Top of page

Description

A ReplaceClause is part of an UpdateExpr and contains two expressions: the first one determines the update node at which the replace operation should take place. The second expression evaluates to a node that is used as replacement.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page