XML carriage

liunx

Guest
Wasnt really sure where to post this, so this seemed most appropriate.<br /><br />What i am trying to do is insert a carriage in an xml file<br /><br />this is wut i mean:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><Description>This is line 1<br />this is line 2</Description><!--c2--></div><!--ec2--><br /><br />the output of that is:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />This is line 1 ths is line 2<!--c2--></div><!--ec2--><br /><br />I want it to display like this:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />This is line 1<br />this is line 2<!--c2--></div><!--ec2--><br /><br />thanks.
</div>
 
Top