Query: Functions & Operators
fn:node-name(<abc>)
Doesn’t work…the return type of fn:node-name is an xsd:QName which is defined as (you
guessed it)…
“The ·value space· of QName is the set of tuples
{namespace name, local part},
where namespace name is an anyURI and local
part is an NCName [I.e.
per 1999 version of Namespaces in XML…NRM]” (XML Schema Part 2)
fn:node-name(<XML>)
OK
Doesn’t work