xsl-list
[Top] [All Lists]

Re: [xsl] Problem with "except" operator

2009-02-11 09:52:03
I don't think so, if we have e.g.

then with
 $users[not(. = $friends)]
we select those User/UserId elements for which there is no Friend/UserId
with the same value while
 $users[. != $friends]
selects those User/UserId elements for which there is at least one
Friend/UserId element with a different value.


:) as I say, it always takes a while to get it, if at all......


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--