XML.nodeValue

Availability

Flash Player 5.

Usage

my_xml.nodeValue

Description

Property; 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 (node type is 1), it has a null nodeValue and is read-only.

See also

XML.nodeType