slide 85

Operators for Combining Sets of Nodes

union (“|”) Include a node in the result if it is present in either sequence
intersect Include a node in the result if it is present in both sequences
(all items in common)
except Include a node in the result if it is present in the first sequence but not the second (difference between)