Posts tagged as:

toXMLString()

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.

[click to continue…]

{ 0 comments }

The following example shows how you can set the amount of indentation used when calling the toXMLString() method by setting the static XML.prettyIndent property in ActionScript.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 1 comment }