blob: cc369b9542cae7b7251228d845cc5f7d2c8e4877 [file] [log] [blame]
(: Name: fn-resolve-qname-22 :)
(: Description: Evaluation of fn:resolve-qname function for which the given qname has a prefix used together with fn:substring 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("abcp1:anElement",4), <anElement xmlns:p1="http://example.com/examples">Some content</anElement>)))