Bug 5695. RDF needs UPPER CASE ID, not lower case id. This was confusing XUL and causing an assert when the node map was dumped.

git-svn-id: svn://10.0.0.236/trunk@29882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-04-30 20:11:39 +00:00
parent 9462224999
commit 0ee2be5dc7
3 changed files with 8 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
<!-- Mode: SGML -->
<!-- -*- Mode: SGML -*- -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="NC:FlashRoot">
<NC:child>
<RDF:Description id="flash1">
<RDF:Description ID="flash1">
<NC:type resource="http://home.netscape.com/NC-rdf#StockFlash" />
<NC:source>StockWatch</NC:source>
<NC:description>AOL 162 (+15 1/2)</NC:description>

View File

@@ -1,9 +1,11 @@
<!-- -*- Mode: SGML -*- -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="NC:FlashRoot">
<NC:child>
<RDF:Description id="flash2">
<RDF:Description ID="flash2">
<NC:type resource="http://home.netscape.com/NC-rdf#OnlinePresence" />
<NC:source>George Clinton</NC:source>
<NC:description>How's the Funk?</NC:description>

View File

@@ -1,9 +1,11 @@
<!-- -*- Mode: SGML -*- -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="NC:FlashRoot">
<NC:child>
<RDF:Description id="flash3">
<RDF:Description ID="flash3">
<NC:type resource="http://home.netscape.com/NC-rdf#Biff" />
<NC:source>Inbox</NC:source>
<NC:description>3 new messages</NC:description>