Subject: Re: unable to resolve intersect/union operator
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 19 May 2005 13:42:40 +0100
|
Hard to tell without seeing your input but perhaps you want
<xsl:if test="$interim/A/normalize-space() = $interim/B/normalize-space()"
which is true if the white-space normalised string value of any A node
is equal to the white space normalized string value of any B node.
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
________________________________________________________________________
|