Re: [xsl] Wath is the opposite of the union operator?

Subject: Re: [xsl] Wath is the opposite of the union operator?
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Thu, 22 Sep 2005 09:07:10 +0200
Tempore 03:55:47, die 09/22/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit AntC3nio Mota <amsmota@xxxxxxxxx>:

That worked well, but with one problem. I'm doing

			<xsl:apply-templates select="$x1[not(count(.|$x2)=count($x2))]"/>
			<xsl:apply-templates select="$2" mode="clicked"/>

Maybe this would work:

<xsl:for-each select="$x1|$x2">
  <xsl:apply-templates select="self::node()[not(count(.|$x2)=count($x2))]"/>
  <xsl:apply-templates select="self::node()[count(.|$x2)=count($x2)]" mode="clicked"/>
</xsl:for-each>


regards, -- Joris Gillis (http://users.telenet.be/root-jg/me.html) B+Error, keyboard not foundb press F1 to continueB; , BIOS

Current Thread