hi,
im doing a shoutbox on flash and php .. everything is cool but when the user input has "[" or "]" character in it... the xml structure freaks out because of these character inside the CDATA tag.E:
<xmlElement>
<![CDATA[
<br> Hey paw! you are cool! [kewl] ]]>
</xmlElement>
.. see the kewl word was inside the bracket, and that were my problem occur .. iwant to avoid that error.
FYI im using php to write to the xml file ... and then output the xml values in flash .. is there a way php cud overide this

thanks in advanced!