blob: 70f7463c9def9f6e10bb7fb34fa504e89f0dd10d [file] [log] [blame]
(: Name: abbreviatedSyntax-22 :)
(: Description: Evaluates "employee/(status|overtime)/day". Selects every day element that has a parent that is either a status or an overime element, that in turn is a child of an employee element that is a child of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee/(status|overtime)/day