Modules | Supported Version: 1 Source<xsl:template name="set:intersection">
<xsl:param name="nodes1"
select="/.." />
<xsl:param name="nodes2"
select="/.." />
<xsl:apply-templates select="$nodes1[count(.|$nodes2) = count($nodes2)]"
mode="set:intersection" />
</xsl:template>
<xsl:template match="node()|@*"
mode="set:intersection">
<xsl:copy-of select="." />
</xsl:template>Change HistorySubmitted: 2001-03-28
CopyrightThis material is in the public domain. |
http://www.exslt.org/set/functions/intersection/set.intersection.template.xsl.html last modified 2002-11-12