Flex Examples
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.ignoreComments property.
XML.ignoreComments
Full code after the jump.
[click to continue…]
Tagged as: ignoreComments, toXMLString()
{ 1 comment }
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 }