blob: 73c0a128db222e276f5d47310ed1cb941bfee269 [file] [log] [blame]
(: Name: abbreviatedSyntax-6 :)
(: Description: Evaluates "para[fn:last()]". Selects the last employee child of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[fn:last()]