.. _name: ==== name ==== The qualified name of a node, as a string Description ~~~~~~~~~~~ The fn:name function returns the qualified name of a node, as a string. If the node's name is not in a namespace, this function returns the local part of the name, with no prefix. The resulting string is then the namespace prefix, plus a colon (":"), plus the local part. If the name is associated with the default namespace, the resulting name may not be prefixed. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:node() - Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - name($in-xml) - noNamespace * - - See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`local-name`. * :ref:`node-name`.