xsl-list
[Top] [All Lists]

Re: [xsl] XSLT Hello World

2014-03-25 10:31:27
On 25/03/2014 15:24, Andrew Welch wrote:
  a != b

just _always_ gives unexpected and undesirable results, except sometimes
by chance when you get lucky and you're in a context when it means not(a=b).

: )

The day will come when I need to know if 2 sequences are different...
it just hasn't yet.





Yes but unless you have a very strange definition of "2 sequences are different" don't use != on that day.

!= is true if _any_ element of a is not equal to any element of b so it
is only false if all items of both sequences are equal to the same value.

David


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

<Prev in Thread] Current Thread [Next in Thread>