GNOME Bugzilla – Bug 508156
Missing indent xmlTextWriterFullEndElement
Last modified: 2008-01-09 02:20:33 UTC
Please describe the problem: Seems is missing the part that add. indentation in xmlTextWriterFullEndElement(), that is founded on xmlTextWriterEndElement(). if (writer->indent) { count = xmlOutputBufferWriteString(writer->out, "\n"); sum += count; } Steps to reproduce: Actual results: Expected results: Does this happen every time? Yes Other information:
Sounds right, fixed in SVN in version 3668, thanks, Daniel