blob: e0e3d8b389f6a2034460380c505934e94686f2c8 [file] [log] [blame]
(: Name: last-1 :)
(: Description: Evaluation of "fn:last", where context function is an element node and the position is last. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h//employee[last()]