From: Danny A. <dan...@vi...> - 2003-02-25 12:53:48
|
> Now, the only remaining question is: "Should the <item> have its rdf:about > value matching the sequence's rdf:resource?" Right now, it does. I'm not > sure if the spec mandates it. It does: 5.3.5 <items> An RDF table of contents, associating the document's items [5.5] with this particular RSS channel. Each item's rdf:resource {item_uri} must be the same as the associated item element's rdf:about {item_uri}. An RDF Seq (sequence) is used to contain all the items rather than an RDF Bag to denote item order for rendering and reconstruction. Note that items appearing in the document but not as members of the channel level items sequence are likely to be discarded by RDF parsers. Syntax: <items><rdf:Seq><rdf:li resource="{item_uri}" /> ... </rdf:Seq></items> Requirement: Required http://web.resource.org/rss/1.0/spec#s5.3.5 |