RE: saxon incompatibility with XT?

> The main reason for not defining it as SAXON currently does is that it
> makes
> 
>   $x = false()
> 
> always be false when $x is a node-set, which seems very unintuitive.
>
 
Any attempt to elide the existential qualifier in set comparisons will
always produce non-intuitive results. We are saddled with the fact that
"x!=y" does not mean "not(x=y)", that "a=b and a=c" does not imply "b=c",
that "a<b and a>b" can be true, and that "@x=@x" can be false.

I guess it's too late to fix it :-(

Mike

Received on Friday, 1 October 1999 04:31:23 UTC