blob: 144111a15cfb0a3c2aab1dee00d742aa78d7e9ef [file] [log] [blame]
(: Name: fn-namespace-uri-for-prefix-16 :)
(: Description: Evaluation of fn:namespace-uri-for-prefix function for which the element is directly constructed and given as argument with no namespace. :)
(: Use fn:count to avoid empty file. :)
declare default element namespace "http://www.example.com/defaultnamespace";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:namespace-uri-for-prefix("p1",<anElement>some context</anElement>))