blob: 8edbe9a2586a85eb85d4d5c2aae10036487a3869 [file] [log] [blame]
(: Name: fn-namespace-uri-for-prefix-9 :)
(: Description: Evaluation of fn:namespace-uri-for-prefix function,with the first argument (prefix) uses the fn:upper-case function. Element is directly constructed and given as argument. :)
(: Use fn:string. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:string(fn:namespace-uri-for-prefix(fn:upper-case("p1"),<anElement xmlns:P1 = "http://www.example.com/examples">some context</anElement>))