The following example shows how you can ignore comment tags (<!-- … -->) in an XML document by setting the static XML.ignoreComments property.
Full code after the jump.
Continue reading ‘Ignoring comments in an XML file in ActionScript 3.0′
The following example shows how you can ignore comment tags (<!-- … -->) in an XML document by setting the static XML.ignoreComments property.
Full code after the jump.
Continue reading ‘Ignoring comments in an XML file in ActionScript 3.0′
The following example shows how you can get the XML class’s current settings by calling the static XML.settings() method.
Full code after the jump.
Continue reading ‘Determining the XML class’s settings in ActionScript 3.0′