PDA

View Full Version : html tags in XML tags


mayam
09-05-2002, 09:47 AM
Hi,

i've got this XML file - in it the tag below:

<level.one name="ql2<br>na">

i'm loading the xml into flash and i want to display the value of the attribute "name" inside a dynamic text box, i marked the "render text as html" BUT: inside the xml i can't put "<br>" because of the "<" ">" - so what do i put instead so reading the xml will be ok and flash can read it right?

thanks in advanced,
Maya.

Jesse
09-06-2002, 12:08 AM
There's a few posts on how to do this. Try searcing them out using terms like "html in xml" or whatever, using the Search function.

mayam
09-06-2002, 12:08 PM
thanks, i've found them !!

:-)

Maya.