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