Closed Bug 232623 Opened 21 years ago Closed 19 years ago

Should support nodeID feature of recent RDF specs

Categories

(Core Graveyard :: RDF, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.8.1

People

(Reporter: enndeakin, Assigned: sharekk)

References

(Blocks 1 open bug)

Details

(Keywords: fixed1.8.1)

Attachments

(2 files, 2 obsolete files)

User-Agent: Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7 The nodeID attribute can be added to a blank node or predicate so that references can be made to them. Patch coming up. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Attached patch add nodeID support (obsolete) (deleted) — Splinter Review
Attachment #140220 - Flags: review?(rjc)
Blocks: 11650
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment on attachment 140220 [details] [diff] [review] add nodeID support >+ else if (attr.get() == kNodeIdAtom) { >+ hasNodeID = PR_TRUE; >+ nodeID.Assign(aAttributes[1]); >+ } > else if (attr.get() == kAboutEachAtom) { > // XXX we don't deal with aboutEach... > //PR_LOG(gLog, PR_LOG_ALWAYS, > // ("rdfxml: ignoring aboutEach at line %d", > // aNode.GetSourceLineNumber())); > } > } Want to blow away the kAboutEachAtom stuff while you're at it? We never supported it, and it's deprecated now anyways.
Attached patch remove aboutEach stuff too (obsolete) (deleted) — Splinter Review
Sure, here's an updated patch with the aboutEach stuff removed too
Attachment #140220 - Attachment is obsolete: true
This bug breaks test case http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-syntax-incomplete/test002.rdf and the patch appears to fix it.
Attachment #212628 - Flags: review+
Comment on attachment 212628 [details] [diff] [review] updated patch for nodeID (does not fix aboutEach problems) You need to request review from someone in particular, by entering their email address in the requestee field on the edit attachment page.
Attachment #212628 - Flags: review+ → review?
Attachment #212628 - Flags: review? → review?(axel)
Comment on attachment 212628 [details] [diff] [review] updated patch for nodeID (does not fix aboutEach problems) verified testcase, but as nodeID must be non-empty (the spec says it's an NCName, even, but there's no requirement to actually check that), please drop the hasNodeID and just check for emptyness of nodeID instead.
Attachment #212628 - Flags: review?(axel) → review-
Attachment #140220 - Flags: review?(mozilla)
Attachment #140243 - Attachment is obsolete: true
Assignee: mozilla → sharekk
Good point.
Attachment #212782 - Flags: review?(axel)
Comment on attachment 212782 [details] [diff] [review] replaced hasNodeID with nodeID.IsEmpty() checks This is good, I'd like to see this on the 1.8.1 branch, too.
Attachment #212782 - Flags: superreview?(shaver)
Attachment #212782 - Flags: review?(axel)
Attachment #212782 - Flags: review+
Attachment #212782 - Flags: approval-branch-1.8.1+
Comment on attachment 212782 [details] [diff] [review] replaced hasNodeID with nodeID.IsEmpty() checks sr=shaver
Attachment #212782 - Flags: superreview?(shaver) → superreview+
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8.1
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: