[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] Wath is the opposite of the union operator?
From: António Mota <amsmota@xxxxxxxxx>
Date: Thu, 22 Sep 2005 12:49:44 +0100

Thanks guys, i used this last approach and it's good.

On 9/22/05, David Carlisle <davidc@xxxxxxxxx> wrote:
>
> welll in that case you want to put the test in the matching template not
> in the select
>
> <xsl:apply-templates select="$x1"/>
>
> <xsl:template match="something">
>  <xsl:choose>
> <xsl:when test="count(.|$x2)=count($x2)">A
> <xsl:otherwise>B
>
> David
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________


Current Thread