# XML Line Break in DREAMWEAVER

**URL:** https://forum.kirupa.com/t/xml-line-break-in-dreamweaver/267794
**Category:** web dev
**Created:** [August 5, 2008, 7:41pm UTC](https://forum.kirupa.com/t/xml-line-break-in-dreamweaver/267794 "2008-08-05T19:41:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cholub](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cholub](https://forum.kirupa.com/u/cholub)
#### Post date: [August 5, 2008, 7:41pm UTC](https://forum.kirupa.com/t/xml-line-break-in-dreamweaver/267794/1 "2008-08-05T19:41:37Z")

</div>

Trying to figure out who to make line breaks in dreamweaver, NOT flash.  
I’m sure it’s quite simple but I cannot get it. Please advise, -chris

Currently my coding looks like this:

\<?xml version=“1.0” encoding=“UTF-8”?\>  
\<?xml-stylesheet href=“1xml\_menu.xsl” type=“text/xsl”?\>  
\<specials\>  
\<menu\_item id=“1”\>  
\<item\>HAPPY HOUR\</item\>  
\<link\>\</link\>  
\<description\>Every Day: 2-4pm + 10pm-Close Wine selections include A, B, C. Enjoy our cozy setting indoors and out!\</description\>

Assume I want items to Look like this:  
(line1) Every Day: 2-4pm + 10pm-Close  
(line2) Wine selections include A, B, C  
(line3) Enjoy our cozy setting indoors and out!
