blob: 8e215b3824b1c6dfa32f32a58a51c776a825f84c [file] [log] [blame]
(: Name: last-5 :)
(: Description: Evaluation of "fn:last" together with "fn:position" (format last() = position()). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[last() = position()]