blob: 5dd29f4e54db99abf11d80601d3f437dd2936730 [file] [log] [blame]
(: Name: Comp-notation-8 :)
(: Description: Evaluation of Notation Comparison operator (eq) and used expression as argument to fn:not function, returns true :)
(: insert-start :)
import schema namespace myns="http://www.example.com/notation";
declare variable $input-context external;
(: insert-end :)
fn:not($input-context//*:NOTATION1 eq $input-context//*:NOTATION2)