The following example shows how you can parse an XML node with a dash in its node name (<font-family />) as well as parsing an Object with a dash in it’s identifier using the square bracket notation ([]).
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can parse an XML node with a dash in its node name (<font-family />) as well as parsing an Object with a dash in it’s identifier using the square bracket notation ([]).
Full code after the jump.
{ 0 comments }
Ignoring comments in an XML file in ActionScript 3.0
by Peter deHaan on August 22, 2008
in ActionScript, XML
The following example shows how you can ignore comment tags (<!-- … -->) in an XML document by setting the static
XML.ignoreCommentsproperty.Full code after the jump.
[click to continue…]
Tagged as: ignoreComments, toXMLString()
{ 1 comment }