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