Thanks,
Nick
Try putting the data in a CDATA section.
HTH
Glenn
<nick....@gmail.com> wrote in message
news:1158609693.8...@m73g2000cwd.googlegroups.com...
Alrighty, well since I read online that there was no way for the
XmlSerializer to write CDATA, I wrote it out with the XmlTextWriter.
The XML looks fine, the text is now wrapped in a CDATA element, but
using the stock deserializing, it doesn't pay attention to the newlines
in the CDATA.
Thanks for any help (thanks for your help already glenn),
Nick
Nevermind, it is coming back with the newlines! Thanks again!