blob: cf9034427d3cd690e81674e46ae321e16382fd29 [file] [log] [blame]
(: Name: predicates-6:)
(: Description: Evaluation of a simple predicate set to a boolean expression ("and" operator). Returns "false" :)
(: Uses "fn:count" to avoid empty file. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(($input-context1//integer[fn:false() and fn:false()]))