Need help with XML

I just made my first xml menu for flash and some of the buttons display text in a dynamic text file. My problem is thatI have several paragraphs of info to display but I cant get xml to give me any page breaks or indents or anything. I originaly thought that I could edit the code much like html by adding <b>the<b/> but its not working. This is the line of code I want to mess with and make bold.
<menu name=“CAPP”>
<item name=“CAPP” action=“message” variables=“Make me stand out and be bold” />

Could some one help.