Forum Moderators: open

Message Too Old, No Replies

I have A Question

         

homebased

12:23 am on Jun 10, 2006 (gmt 0)



How to add a line break in the description tag of a XML feed.

Say

<item>
<title></title>
<description>how are you?
I am very fine.</description>
<link></link>
</item>

Now i want to add 2 line breaks between "how are you?" and "I am very fine"
which should show when somebody download my feed.

Thanks