-
Type:
Bug
-
Status: Resolved
-
Resolution: Incomplete
-
Affects Version/s: 1.4.x
-
Fix Version/s: None
-
Component/s: XPathC
-
Labels:None
-
Environment:Operating System: Linux
Platform: PC
-
Bugzilla Id:19962
According to the XPath 1.0 spec, 'param1!=param2' should be just as valid as
not(param1=param2), but I can't get it to work. I'll attach a testcase.