Closed
Bug 258784
Opened 21 years ago
Closed 9 years ago
whack RDF parser back into this world
Categories
(Core Graveyard :: RDF, defect)
Core Graveyard
RDF
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.
| Reporter | ||
Comment 1•9 years ago
|
||
Changing our parser might break stuff, let's not touch it until we remove it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Updated•9 years ago
|
Assignee: axel → nobody
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•