Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

RenameClause

Rename the nodes of a node sequence.


Syntax

RenameClause

graphics/RenameClause.png

Expr QName

Top of page

Description

A RenameClause is part of an UpdateExpr and renames the nodes of the node sequence that is the result of the evaluation of the expression with the supplied QName. A rename operation can be applied to element, attribute and processing instruction nodes.

Top of page

Example

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page