How do I reference xml nodes in AS3 whose names are keywords, like <object>x</object> or <name>x</na

Posted by Guillaume Riesen on Stack Overflow See other posts from Stack Overflow or by Guillaume Riesen
Published on 2010-06-18T14:01:22Z Indexed on 2010/06/18 16:03 UTC
Read the original article Hit count: 222

Filed under:
|

I'm trying to parse some xml in AS3, but the nodes I'm trying to call up are named keywords like 'name' and 'object'. Can I escape these words somehow?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about actionscript-3