Mozilla.com

  1. MDC
  2. Main Page
  3. EXSLT
  4. set
  5. intersection

This article covers features introduced in Firefox 3


set:intersection() returns the intersection of two node-sets. In other words, it returns a node-set containing all the nodes that exits in both nodeSet1 and nodeSet2.

Syntax

set:intersection(nodeSet1, nodeSet2)

Arguments

nodeSet1
The first node-set.
nodeSet2
The second node-set.

Returns

A node-set containing the nodes that existed in both nodeSet1 and in nodeSet2.

Gecko support

Supported in Gecko 1.9 and later.

Languages

Page last modified 23:58, 29 Apr 2008 by Sicking

Files (0)