Attr.localName as String
This is inherited from the XMLNode object.
Return the local name of this node.const node = fn.head(xdmp.unquote( '<ns:parent xmlns:ns="/my/ns"><ns:child>content</ns:child></ns:parent>')).root; node.localName; // returns 'parent'