Is there a way to modify xml document via actionscript? I have bare xml file i.e.
<words>
<word>
<name>this</name>
<title>that</title>
</word>
</words>
I want to add more words on this file via actionscript. Is that possible? If yes, what tag should I look into?
Thanks, Rex