[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] new line character after calling xmlTextWriterEndDocument
- From: Prashant R <ramapra gmail com>
- To: xml gnome org
- Subject: [xml] new line character after calling xmlTextWriterEndDocument
- Date: Thu, 11 Jun 2009 18:05:05 -0700
Using LIBXML 2.7.3 and the writer interface
I manage the canonicalization of my xml document by writing data in canonicalized format and not using the API's
i find that after the call to xmlTextWriterEndDocument adds a the '\n' character to the buffer that disrupts the canonicalization of my document.
Is it ok to not call this API after I have done writing the contents of the XML file using the writer interface or are there any other ways to circumvent this issue ?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]