blob: f325351158675a22f9ef8530487a5df02255712a [file] [log] [blame]
(: Name: constprolog-18 :)
(: Description: Evaluation of a prolog with construction declaration set to "strip" for direct and :)
(: used in boolean expression ("or" and "fn:false()") :)
declare construction strip;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := <anElement>Some content</anElement>
return
($var instance of element(*,xs:untyped)) or fn:false()