After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 508156 - Missing indent xmlTextWriterFullEndElement
Missing indent xmlTextWriterFullEndElement
Status: RESOLVED FIXED
Product: libxml
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-08 21:21 UTC by Felipe Pena
Modified: 2008-01-09 02:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felipe Pena 2008-01-08 21:21:16 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:
Comment 1 Daniel Veillard 2008-01-09 02:20:33 UTC
Sounds right, fixed in SVN in version 3668,

  thanks,

Daniel