xsl-list
[Top] [All Lists]

Re: unable to resolve intersect/union operator

2005-05-19 05:42:40

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--