Closed Bug 158617 Opened 22 years ago Closed 22 years ago

Newlines are added by serializer after doctype declaration

Categories

(Core :: XML, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.2alpha

People

(Reporter: stummala, Assigned: hjtoi-bugzilla)

References

()

Details

BuildID: 2002-07-17-08-1.0 When the content of document is serialized, one or more newline characters are added after the document type declaration. <!DOCTYPE doc [ <!ATTLIST d id ID #IMPLIED> ]> <doc> <d id="id3">Three</d> </doc> Note the newline character after the doctype declaration. Reproducible: Always
Keywords: nsbeta1+
Target Milestone: --- → mozilla1.2alpha
*** Bug 158614 has been marked as a duplicate of this bug. ***
Found the cause, and have fix. Content sink was missing a call to FlushText() in the beginning of HandleDoctypeDecl(). Fix is in bug 63558.
Status: NEW → ASSIGNED
Whiteboard: [fixinhand, see bug 63558]
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Whiteboard: [fixinhand, see bug 63558]
QA Contact: petersen → rakeshmishra
You need to log in before you can comment on or make changes to this bug.