xsh:same

Usage

bool xsh:same(node-set N1, node-set N2)

Description

Returns true if the given node sets both contain the same node (in XPath, this can also be expressed as count(N1|N2)+count(N1)+count(N2)=3).