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