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