blob: 542fc208e80360b9317e7e0ba73f8dd78c93ee4c [file] [log] [blame]
(: Name: fn-namespace-uri-for-prefix-11 :)
(: Description: Evaluation of fn:namespace-uri-for-prefix function,with the first argument (prefix) uses the fn:substring 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:substring("abcp1",4),<anElement xmlns:p1 = "http://www.example.com/examples">some context</anElement>))