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