Skip to Content.
Sympa Menu

cc-metadata - Re: Oyez' SMIL released under CC license

cc-metadata AT lists.ibiblio.org

Subject: discussion of the Creative Commons Metadata work

List archive

Chronological Thread  
  • From: Lucas Gonze <lgonze AT panix.com>
  • Cc: cc-metadata AT lists.ibiblio.org
  • Subject: Re: Oyez' SMIL released under CC license
  • Date: Mon, 1 Dec 2003 13:42:55 -0500

There is also a second problem, in the list of sources. The list of sources is a linear list ordered by descent, with the most recent at the top. To express this I used the rdf:Seq element like this:

<rdf:Seq>
<dc:source>http://example.com/a_prior_smil_resource.smil</dc:source>
<dc:source>http://example.com/value_of_dc:source_in_the_above.smil</ dc:source>
<rdf:Seq>

It turns out that RealPlayer throws a fatal error on the rdf:Seq element. It can handle the dc:source elements, but only if they aren't within an rdf:Seq element.

It's better to have it work than to have it be correct, so I'm going to remove the rdf:Seq wrapper in the guideline unless somebody has a better idea.







Archive powered by MHonArc 2.6.24.

Top of Page