blob: 7d971a2846ba5d56122c10d3c39ee208867fc7e8 [file] [log] [blame]
(: Name: unabbreviatedSyntax-24 :)
(: Description: Evaluate "following-sibling::employee[fn:position() = 1]". Selects the next employee sibling of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works/employee[2])
return $h/following-sibling::employee[fn:position() = 1]