blob: 7c6dab957c90e33f525df6241b3232a9b07779f1 [file] [log] [blame]
(: Name: Comp-notation-7 :)
(: Description: Evaluation of Notation Comparison operator (eq) and used expression as argument to fn:not function, returns false. :)
(: 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//*:NOTATION3)