blob: f8e9ca91220d3885aea56602f76e995f5e8c0838 [file] [log] [blame]
(: Name: constprolog-8 :)
(: Description: Evaluation of a prolog with construction declaration set to "strip" for a directly constructed element and used as argument to fn:not.:)
declare construction strip;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $anElement := <someElement>some content</someElement>
return
fn:not($anElement instance of element(*,xs:untyped))