blob: 6374b8efac19ef5a8058681243a6dc32412f597b [file] [log] [blame]
(: Name: position-16 :)
(: Description: Evaluation of "fn:position" used together with a division (div) operation. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[position() = (6 div 2)]