EXSLT:set:has-same-node
From MDC
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
[edit] Gecko support
Supported in Gecko 1.9 and later.