Return local part of QName argument.
The following construct(s) refer to this construct:
fn:get-local-name-from-QName(QName? $qName) => string?
This function returns a string representing the local name of
$qName
. If $qName
is the empty sequence, the function
returns the empty sequence.
$qName |
value of type |
---|
Retrieve local name from QName
http://company.dot.com/namespaces/corporate
:
get-local-name-from-QName(expanded-QName("http://company.dot.com", "namespaces/corporate"))
This query returns the string namespaces/corporate
.