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