blob: 27bb0e8ab0475b3c736c989a4e4a8e7b598c31c6 [file] [log] [blame]
(: Name: position-13 :)
(: Description: Evaluation of "fn:position" used together with an addition operation. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[position() = (2 + 2)]