Closed Bug 258784 Opened 20 years ago Closed 7 years ago

whack RDF parser back into this world

Categories

(Core Graveyard :: RDF, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: axel, Unassigned)

Details

There are a couple of *really* bad things that nsRDFContentSink.cpp is doing.
Like, decoding things that it concerns numeric entities. Which makes 
RDF:about="urn:@@" round-trip as RDF:about="@@". That is bad and slow.
There are more things that I would like to do, like cleaning up namespace
handling.
I wonder if I should introduce hashes for classes and properties for vocabularies
(namespaces) so that I don't have to go thru creating the URL string and ask
the RDFService hash, as most of them should be reoccuring. I don't think that
I would want to hash literals, though.
Changing our parser might break stuff, let's not touch it until we remove it.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee: axel → nobody
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.