|    | |
|  | |
|  | |
|  | |
Flash Player 5.
my_xml.childNodes
None.
An array.
Property (read-only); an array of the specified XML object's children. Each element in the array is a reference to an XML object that represents a child node. This is a read-only property and cannot be used to manipulate child nodes. Use XML.appendChild(), XML.insertBefore(), and XML.removeNode() to manipulate child nodes. 
This property is undefined for text nodes (nodeType == 3).
|  | |
|  | |
|  | |
|    | |