blob: 271a7854b6f98af13e3607ad1d5ed3b127a082bf [file] [log] [blame]
(: Name: constprolog-14 :)
(: Description: Evaluation of a prolog with construction declaration set to "strip" for direct and :)
(: used in boolean expression ("and" and "fn:true()") :)
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)) and fn:true()