blob: e621333ed2f5db81481cc5e9460bcbcf384a9ba4 [file] [log] [blame]
(: Name: unabbreviatedSyntax-20 :)
(: Description: Evaluate "child::employee[fn:position() = 1]". Selects the first employee child of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/child::employee[fn:position() = 1]