blob: b7b450df04be01b44e227cf6363f5a726bd589c2 [file] [log] [blame]
(: Name: constprolog-11 :)
(: Description: Evaluation of a prolog with construction declaration set to "preserve" for a computed element and used as argument to fn:not.:)
declare construction preserve;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $anElement := element someElement{"some content"}
return
fn:not($anElement instance of element(*,xs:anyType))