blob: a1db6e9647600114cf4fa3b1819721f2ae334a95 [file] [log] [blame]
(: Name: followingsibling-14 :)
(: Description: Evaluation of the following-sibling 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[1]/employee[12]/following-sibling::employee) except ($input-context1/works[1]/employee[12]/following-sibling::employee))