|
Home >Online Product Documentation >Table of Contents >Obtaining the Name of a Node Obtaining the Name of a NodeThe name() function returns a string that contains the tag name of the node, including the namespace prefix, if any. The following query returns the name of the third element in bookstore, which is "magazine". WildcardsAn asterisk ( * ) specifies a wildcard name for element names. If there are comments before the third element in the preceding example, this query does not include them in the count. See Filtering Results of Queries.
|