How do I reference xml nodes in AS3 whose names are keywords, like <object>x</object> or <name>x</na
- by Guillaume Riesen
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?