blob: 67183799cd8d2899b7be7ef856acfb3a832077d6 [file] [log] [blame]
(: Name: position-9 :)
(: Description: Evaluation of "fn:position" where the position function is used inside a second predicate. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[@name][position() = 1]