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