blob: ceef9b777c897df377ebe39de1de5d1cbc6bf9eb [file] [log] [blame]
(: Name: following-2 :)
(: Description: Evaluation of the following 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]/following::noSuchNode)