blob: 981cd914bdf5f90ece9a7d9614bb27e0c49ac812 [file] [log] [blame]
(: Name: ancestorself-2 :)
(: Description: Evaluation of the ancestor-or-self 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-or-self::noSuchNode)