blob: a88290170b9c919177d511af39f96547f29190e8 [file] [log] [blame]
(: Name: abbreviatedSyntax-12 :)
(: Description: Evaluates "//overtime/day". Selects all the day elements in the same document as the context node that have an overtime parent. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h//overtime/day