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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user