blob: 3a47db797c5bfc191ded45924ff71a994c013d49 [file] [log] [blame]
(: Name: ancestor-14 :)
(: Description: Evaluation of the ancestor axis that is part of an "except" operation. Both operands are the same. :)
(: Uses fn:count to avoid empty file :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(($input-context1/works/employee[12]/overtime/day[ancestor::overtime]) except ($input-context1/works/employee[12]/overtime/day[ancestor::overtime]))