Closed Bug 63561 Opened 25 years ago Closed 25 years ago

XMLSerializer does not output comments and PIs after document element close

Categories

(Core :: XML, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)

Details

Attachments

(1 file)

If we have comments and PIs after the document element, our serializer will not output these.
I think this bug is actually INVALID. It was a problem with my testcase. In the original testcase I serialized the document as soon as I hit the script tag - which of course meant not all of the document was processed. The testcase attached uses setTimeout(MyFunc,1000) (where MyFunc serializes the document if you press OK in the confirmation dialog). Using this testcase you can in fact see that it serializes all the comments and PIs after the script tag and after the document elemnt close. Marking invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
QA Contact: petersen → rakeshmishra
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: