Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:local-name

Return local name of node.


Syntax

fn:local-name(node $node) => string

Top of page

Description

This function returns the local part of the name of $node. If $node has no name, because it is a document node, a comment node, or a text node, the function returns a string of length zero.

Top of page

Argument

$node

node

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page