blob: 56b43335da0f996aa2bfe1ec1b38fee65f1c6a36 [file] [log] [blame]
(: Name: predicates-2:)
(: Description: Evaluation of a simple predicate with a "false" value (uses "fn:false"). Use of fn:count to avoid empty file.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(($input-context1//integer[fn:false()]))