Oyez' SMIL released under CC license
Lucas Gonze
lgonze at panix.com
Mon Dec 1 13:42:55 EST 2003
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.
More information about the cc-metadata
mailing list