set:intersection() XSLT/XPath 參考: XSLT 元素, EXSLT 函式, XPath 函式, XPath 軸 set:intersection() 返回兩個節點集的交集。換句話說,它返回一個節點集,其中包含存在於 nodeSet1 和 nodeSet2 中的節點。語法set:intersection(nodeSet1, nodeSet2) 引數 nodeSet1 第一個節點集。 nodeSet2 第二個節點集。 返回值包含同時存在於 nodeSet1 和 nodeSet2 中的節點的節點集。規範EXSLT - 集合:交集