Re: [xsl] The operator '!=' returns false when one operand doesn't exist

Subject: Re: [xsl] The operator '!=' returns false when one operand doesn't exist
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 07 Aug 2002 19:09:26 +0200
Jerome Louvel wrote:

We have an issue with the XPath '!=' operator that has
a strange behavior when one of its operand doesn't
exist in the instance document. It returns 'false"
when you would expect "true" or some kind of exception
to be raised.
All right according to the spec:
"If both objects to be compared are node-sets, then the comparison will be true if and only if there is a node in the first node-set and a node in the second node-set such that the result of performing the comparison on the string-values of the two nodes is true."


--
Oleg Tkachenko
Multiconn International, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread