XML.NODE.TYPE function

This article describes the formula syntax of the XML.NODE.TYPE function.

Description

Get element type.

Syntax

XML.NODE.TYPE(element)

element is a ponter to an XML element.

Return the node type: element, attribute, text, CDATA, entity reference, entity processing instruction, comment, document, document type, document fragment, notation, HTML document, document type definition, ...