# XML with HTML code

**URL:** https://forum.kirupa.com/t/xml-with-html-code/193430
**Category:** flash
**Created:** [July 13, 2006, 9:03am UTC](https://forum.kirupa.com/t/xml-with-html-code/193430 "2006-07-13T09:03:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![forza\_stiinta](https://avatars.discourse-cdn.com/v4/letter/f/bc79bd/32.png) [@forza\_stiinta](https://forum.kirupa.com/u/forza_stiinta)
#### Post date: [July 13, 2006, 9:03am UTC](https://forum.kirupa.com/t/xml-with-html-code/193430/1 "2006-07-13T09:03:33Z")

</div>

I want to have html code in an xml data… whoich i saw that does not work…

for example i have:

\<data\> text text text \<br\> text2 text2 \</data\>

i read it with falsh and it reads the data till it encounters “\<” so instead of displaying in flash:

text text text  
text2 text2

it just displays: text text text

what can i do so that falsh does not see the \< as the ending of the xml data?
