Hi! I have an XML var m_xml:XML = <note></note>; I want to add the attribute final-note to this XML to result <note final-note="8"></note>.
I didn't find how to add attributes like this. I tried m_x...@final-note = "8" but is not working. Any idea? Thanks, Mihai

