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
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