blob: f3d692d4b86ce7ac77ff944a8c1b7c938bddb55a [file] [log] [blame]
(: Name: Comp-notation-15 :)
(: Description: Evaluation of Notation Comparison operator (eq) and used in boolean expression with "fn:true" and "or" . :)
(: insert-start :)
import schema namespace myns="http://www.example.com/notation";
declare variable $input-context external;
(: insert-end :)
($input-context//*:NOTATION1 eq $input-context//*:NOTATION2) or fn:true()