Subject: Re: Wath is the opposite of the union operator?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 22 Sep 2005 10:12:40 +0100
|
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 |
|
Michael Kay - 22 Sep 2005 11:49:59 -0000
Message not available
JBryant - 22 Sep 2005 15:37:25 -0000
|
|