Closed
Bug 101000
Opened 23 years ago
Closed 23 years ago
Prolog serialized in epilog for documents that are document.load()ed
Categories
(Core :: XML, defect)
Tracking
()
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
Details
Attachments
(2 files)
This is what happens in a nutshell: if you have an XML document that contains
something in prolog, and you load that document with document.load(), then
serialize it with XMLSerializer, the prolog is serialized in the epilog. This
does not happen if you load the document with XMLHttpRequest.
A quess to the reason might be that for some reason we end up using HTML
serializer, which messes up with the prolog. Haven't debugged this yet.
There is a testcase in the tree under mozilla/content/xml/tests/load, but I will
also attach a testcase.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
Doh, I had filed this earlier...
*** This bug has been marked as a duplicate of 98788 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•