Saxonica.com

fn:QName

fn: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. The second argument may 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.

XPath 2.0 Specification

Next