Visit Mozilla.org

EXSLT:set:has-same-node

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

This article covers features introduced in Firefox 3

Contents


set:has-same-node() determines whether two node-sets have any nodes in common.

[edit] Syntax

set:has-same-node(nodeSet1, nodeSet2)

[edit] Arguments

nodeSet1
The first node set to check.
nodeSet2
The second node set to check.

[edit] Returns

true if the two node-sets have any nodes in common; otherwise false.

[edit] Defined

EXSLT - SET:HAS-SAME-NODE

[edit] Gecko support

Supported in Gecko 1.9 and later.