# XML to flash (ignors \<br\>)

**URL:** https://forum.kirupa.com/t/xml-to-flash-ignors-br/122823
**Category:** Uncategorized
**Created:** [September 17, 2004, 1:17pm UTC](https://forum.kirupa.com/t/xml-to-flash-ignors-br/122823 "2004-09-17T13:17:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mattiaswargren](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mattiaswargren/32/631_2.png) [@mattiaswargren](https://forum.kirupa.com/u/mattiaswargren)
#### Post date: [September 17, 2004, 1:17pm UTC](https://forum.kirupa.com/t/xml-to-flash-ignors-br/122823/1 "2004-09-17T13:17:24Z")

</div>

i have a problem. I create a object in flash looped from a xml. Everything works fine … except one thing. The linebreaks wont work. I have tried everything. CDATA-tags, no CDATA-tags, \<br\>,  
, htmltextfields, default textfields. Anybody familiar with this problem? Tips?

XML:  
\<items\>  
\<item type=“1”\>\<![CDATA[line 1\<br\>line 2\<br\>line 3]]\>\</item\>  
\<item type=“2”\>\<![CDATA[ line 1  
line 2\<br\>line 3 ]]\>\</item\>  
\<item type=“3”\>\<![CDATA[line 1\<br\>line 2\<br\>line 3]]\>\</item\>  
\</items\>
