blob: 5cc168214246d3b2151eb42b20a6def566ce16f3 [file] [log] [blame]
(: Name: unabbreviatedSyntax-26 :)
(: Description: Evaluate "/descendant::employee[fn:position() = 12]". Selects the twelfth employee element in the document containing the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/descendant::employee[fn:position() = 12]