blob: 2c56191c4c38e6219c518506b3df6b65d04028f2 [file] [log] [blame]
(: Name: fn-resolve-qname-4 :)
(: Description: Evaluation of fn:resolve-qname function for which the give qname has a prefix and there is a namespace binding 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("p1:name", <anElement xmlns:p1="http://example.com/examples">Some content</anElement>)))