have an xml file that pulls into a flash output file based on actionscript.
Within my xml tag I have html tags like <b>bold this</b>
and <i>italics</i>.
When I go to my output file it correctly bolds the text but for some reason adds a , where that <b> tag was and another , by the </b>
On...