blob: 0129327d2a67c73f62140b7f7466bbe028a6cf59 [file] [log] [blame]
(: Name: ancestor-2 :)
(: Description: Evaluation of the ancestor axis for which the given node does not exists. :)
(: Uses fn:count to avoid empty file. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count($input-context1/works/employee[1]/ancestor::noSuchNode)