Closed
Bug 158616
Opened 22 years ago
Closed 22 years ago
Serializer should throw exception when the data is anything other than text/xml.
Categories
(Core :: XML, enhancement)
Tracking
()
People
(Reporter: stummala, Assigned: hjtoi-bugzilla)
References
()
Details
BuildID: 2002-07-17-08-1.0
When trying to serialize the content of any document other than type "text/xml",
exception has to be thrown.
This bug is close to bug 86012, but not the same.
Reproducible: Always
Reporter | ||
Updated•22 years ago
|
Severity: normal → enhancement
Comment 1•22 years ago
|
||
what about application/xml (used) and application/*+xml ?
Assignee | ||
Comment 2•22 years ago
|
||
In my opinion this is dupe. Once Bugzilla stops abusing XMLSerializer we can QI
the document to nsIXMLDocument and fail to serialize if QI did not succeed, or
something like that...
*** This bug has been marked as a duplicate of 86012 ***
Status: NEW → RESOLVED
Closed: 22 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
•