Newline character problem with XML
Hi,
I am facing a problem with newline character in xml file. When I read the value of a attribute which contains a newline charater, return only Line Feed not Cariage Return.
Or in short When I read the values of attributes I don't get the newline character.
How can I retrive the newline character which I put during creating of xml file now during reading same value I am not getting it.
[427 byte] By [
navinkaus] at [2007-11-19 10:22:41]

# 1 Re: Newline character problem with XML
I probably won't have an aswer for you, but perhaps it would be usefull if you told us how you are reading the XML.
khp at 2007-11-10 3:27:25 >

# 2 Re: Newline character problem with XML
Oh Really sorry main thing I forgot to tell.
IXMLDOMDocumentPtr xmldoc;
IXMLDOMNodeListPtr xmlnodelist;
IXMLDOMNodePtr xmlCustomerInfoNode;
IXMLDOMNodePtr xmlPartInfoNode;
And I am using loadxml method to read the xml file .