X-Z > XML.parseXML

XML.parseXML

Syntax

myXML.parseXML(source);

Arguments

source The XML text to be parsed and passed to the specified XML object.

Description

Method; parses the XML text specified in the source argument, and populates the specified XML object with the resulting XML tree. Any existing trees in the XML object are discarded.

Player

Flash 5 or later.