blob: caeace546015320bb980da505f87a428132657da [file] [log] [blame]
(: Name: constprolog-6 :)
(: Description: Evaluation of a prolog with construction declaration set to "strip" and used with directly construted element.:)
(: Compare against wrong type :)
declare construction strip;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $anElement := <anElement>some content</anElement>
return
$anElement instance of element(*,xs:anyType)