X-Z > XML.nodeValue

XML.nodeValue

Syntax

myXML.nodeValue; 

Arguments

None.

Description

Property; returns the node value of the XML object. If the XML object is a text node, the nodeType is 3, and the nodeValue is the text of the node. If the XML object is an XML element, it has a null nodeValue and is read-only.

Player

Flash 5 or later.

See also

XML.nodeType