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)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

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="..."/>
Status: NEW → ASSIGNED
Target Milestone: M5
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.