Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:expanded-QName

Return a constructed QName.


Syntax

fn:expanded-QName(string $URI, string $localName) => QName

Top of page

Description

This function returns a QName with the namespace URI specified in $URI and the local name from the value of $localName.

Top of page

Arguments

$URI

namespace URI.

$localName

local name of namespace.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page