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