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)
Core
XML
Tracking
()
RESOLVED
INVALID
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
Details
Attachments
(1 file)
|
15.51 KB,
text/xml
|
Details |
If we have comments and PIs after the document element, our serializer will not
output these.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
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
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•