Path: blob/main/files/en-us/web/exslt/set/has-same-node/index.md
6524 views
------{{XSLTRef}}{{QuickLinksWithSubpages("/en-US/docs/Web/EXSLT")}}
set:has-same-node() determines whether two node-sets have any nodes in common.
Syntax
Parameters
nodeSet1: The first node set to check.
nodeSet2: The second node set to check.
Returns
true if the two node-sets have any nodes in common; otherwise false.