View Single Post
Old 08-19-2002, 03:17 PM   #4
UniDyne
A Tundra Mammoth
 
Join Date: Jul 2002
Server: Veeshan
Posts: 64
Post

If the XML used is fully compliant, you should be able to use

Code:
<text><!CDATA[[Test Test Test Test]]></text>


The <!CDATA[[ ]]> is what forces XML to recognize characters as preformatted text and include extra whitespace including carriage returns.

If this works let me know!
UniDyne is offline   Reply With Quote