Closed
Bug 5220
Opened 26 years ago
Closed 26 years ago
[rdf/xml] parser incorrectly uses default namespace on attributes
Categories
(Core Graveyard :: RDF, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: waterson, Assigned: waterson)
Details
It should instead use kNameSpaceID_None; e.g., it accepts this:
<RDF:RDF xmlns:RDF="...">
<RDF:Description RDF:about="..."/>
</RDF:RDF>
instead of:
<RDF:Description about="..."/>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed. "id", "about", "aboutEach", and "resource" attributes are now _expected_
to be unqualified.
code level fix. i'm marking as verified. if you disagree, please scold me as
appropriate.
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•