Is it Possible to Parse XML Attributes Containing Periods

btarip

New Member
I am trying to parse XML where some of my attribute names contain periods.\[code\]<SomeElement someattr.x="45"/>\[/code\]Trying to access this using '[email protected]' syntax is giving me trouble due to the extra period. Is there a way to access an attribute containing a period in Actionscript 3, or do I need to pick a different naming convention for my XML attribute?
 
Back
Top