set:has-same-node() determines whether two node-sets have any nodes in common.
set:has-same-node(nodeSet1, nodeSet2)
nodeSet1The first node set to check.
nodeSet2The second node set to check.
true if the two node-sets have any nodes in common; otherwise false.