fn:expanded-QName

fn:expanded-QName( string $paramURI, string $paramLocal) → QName

Function signature

$paramURI

xs:string

$paramLocal

xs:string

Result

xs:QName

Constructs a QName value from a URI and local name

XPath 2.0 Specification

Implemented. This function is now obsolete (it has been renamed fn:QName()), but is retained for the time being as a synonym. The second argument may now be a lexical QName, and the prefix of the lexical QName is returned in the constructed value, for use if it is converted back to a string.

Expand

Up  Next