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