blob: 11eca57184fce522edfbf6e69e8d73346c88c557 [file] [log] [blame]
(: Name: abbreviatedSyntax-9 :)
(: Description: Evaluates "employee//hours". Selects the hours element descendants of the employee element children of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee//hours