|
-
January 31st, 2005, 11:37 AM
#1
How to enter line break?
Hello,
I want to put line break in XML. Can anyone tell me how to do that?
eg
<Descripation>
This mail is to inform you that:---LINE BREAK---
your account is going to expire on end of this month.
</Descripation>
In above example at '---LINE BREAK--- ' I want to put line break.
Regards,
Sameer
-
January 31st, 2005, 12:14 PM
#2
Re: How to enter line break?
-
January 31st, 2005, 12:17 PM
#3
Re: How to enter line break?
try
Code:
<Descripation>
<![CDATA[
This mail is to inform you that:
your account is going to expire on end of this month.
]]>
</Descripation>
I think that CDATA section is what you need.
B+!
'There is no cat' - A. Einstein
Use [code] [/code] tags!
Did YOU share your photo with us at CG Members photo gallery ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|