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