xsl-list
[Top] [All Lists]

Re: [xsl] Problem with "except" operator

2009-02-11 10:07:21
So the above are equivalent.

I think not, Andrew ... Martin is correct.

yep... I've kind of blogged about this a while back:

http://ajwelch.blogspot.com/2007/08/when-b-and-b-both-return-true.html

...but it still always catches me out.

The rule I mention there is "never use != where both sides are
sequences of more than one item" which is why I thought ". != x" would
be ok... but it looks like that should be:

"never use != where one side is a sequence of more than one item"



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