Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

IntersectExceptExpr

Combine node sequences.


Syntax

IntersectExceptExpr

graphics/IntersectExceptExpr.png

Expr Expr

Top of page

Description

An IntersectExceptExpr combines two node sequences by returning a sequence in document order depending on the operator. Using the intersect operator all the nodes that occur in both sequences are returned in document order. Using the except operator all the nodes that occur in the first operand sequence, but not in the second.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page