blob: 8c655abe9135a1415b92b0258868fa0d3566cc21 [file] [log] [blame]
(: Name: fn-in-scope-prefixes-7 :)
(: Description: Evaluation of fn:in-scope-prefixes function for a directly constructed element node and a default namesapce declaration.:)
declare default element namespace "http://www.example.com";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $seq := fn:in-scope-prefixes(<anElement>Some content</anElement>)
return (count($seq),$seq=("xml",""))