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