Closed
Bug 4924
Opened 26 years ago
Closed 26 years ago
Attributes being given default namespace
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: hyatt, Assigned: nisheeth_mozilla)
References
Details
Attributes in an XML file that aren't explicitly qualfied with a namespace are
actually being placed in the default namespace. This is incorrect. Attributes
are never in the default namespace.
It is a bug in the XML content sink.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
David, are you blocked by this bug? I need some data about how critical this is
to fix so that I can set a target milestone. Thanks.
Reporter | ||
Comment 2•26 years ago
|
||
I'm not blocked, since XUL doesn't use the XML content sink, but it does make it
hard to use XML as a "reference implementation" for XUL.
It can wait.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 3•26 years ago
|
||
Setting target milestone to M6...
Assignee | ||
Comment 4•26 years ago
|
||
Moving non-crasher XML bugs to M7...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
I just checked in a fix for this.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
since this is a code-level fix, I am marking as verified, David if this is not
the case, please reopen
You need to log in
before you can comment on or make changes to this bug.
Description
•