blob: 85a5253f679837efded3d8743d9e0b37f92b7203 [file] [log] [blame]
(: Name: unabbreviatedSyntax-25 :)
(: Description: Evaluate "preceding-sibling::employee[fn:position() = 1]". Selects the previous 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/preceding-sibling::employee[fn:position() = 1]