Re: [xml] CR to LF conversion problem libXML

2015-05-15 Thread Andrew W. Nosenko
On Fri, May 15, 2015 at 1:35 PM, Zia -Ur-Rehman wrote: > Hi, > I am using libXML (version 2.7.8.7) on windows. I am trying to > insert data into existing XML file but problem is that after insertion CR > character is converted to LF it not only swap CR to LF in inserted string > but also sw

[xml] CR to LF conversion problem libXML

2015-05-15 Thread Zia -Ur-Rehman
Hi, I am using libXML (version 2.7.8.7) on windows. I am trying to insert data into existing XML file but problem is that after insertion CR character is converted to LF it not only swap CR to LF in inserted string but also swap all existing CR characters in output file. I don't know where