In a custom list, if I create a "Multiple Lines of Text" column, and input this into the list:
one
two
three
When I retrieve the list items using the GetListItems method in Lists.asmx, I get this:
<z:row ... ows_Column_x0020_Name="one two three" ...
Is there any way I can get the multiple lines of text values intact? In other words, can I get the return characters (or any other indicator) still in place?