Hi,
I have an xml file (loaded in with URLLoader) that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<localizations>
<words>
<Brand us="Brand Here"></Brand>
</words>
</localizations>
<world squareunits="100"></world>
</root>
Once loaded,what is the quickest way to access world.squareunits with E4X or just pure AS3?