blob: 1f58f6c0ccb5cd0b5afdc8595957f3b9dfa53d8f [file] [log] [blame]
(: Name: fn-resolve-qname-15 :)
(: Description: Evaluation of fn:resolve-qname function for which the given qname has a prefix used together with fn:string-join and there is a namespace binding with prefix for the element. :)
(: uses fn:local-name-from-qname to get local part. Element is given as direct element:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:string(fn:local-name-from-QName(fn:resolve-QName(fn:string-join(("p1:","anElement"),""), <anElement xmlns:p1="http://example.com/examples">Some content</anElement>)))