blob: 5bc9d73ef9ec7582b5b5d8d849a76fe2d41a0ce7 [file] [log] [blame]
(: Name: Comp-notation-10 :)
(: Description: Evaluation of Notation Comparison operator (ne) 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 ne $input-context//*:NOTATION2)