Skip to content

Instantly share code, notes, and snippets.

@ORBAT
Last active December 21, 2015 00:38
Show Gist options
  • Select an option

  • Save ORBAT/6221181 to your computer and use it in GitHub Desktop.

Select an option

Save ORBAT/6221181 to your computer and use it in GitHub Desktop.
AS3 XML example
var teksti: String = "hurr durr";
var attribuutti: String = "id";
var arvo: int = 5;
var xml: XML = <derp {attribuutti}={arvo}>{teksti}</derp>
// --> <derp id="5">hurr durr</derp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment