Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

UnionExpr

Combine node sequences.


Syntax

UnionExpr

graphics/UnionExpr.png

Expr Expr

Top of page

Description

A UnionExpr combines two node sequences by returning a sequence in document order with all the nodes that occur in either of both sequences. Duplicate nodes from the result sequences based on node identity are eliminated.

You can use one of the operands union and |: the effect is the same.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page