A. Pagaltzis  wrote:
>
> * J.B. Nicholson-Owens <[EMAIL PROTECTED]> [2005-11-07 06:40]:
>> I'd like to be able to tell the user's software that there are
>> multiple encodings of the same show, one in Ogg Vorbis, another
>> in FLAC, and a third in Speex.
>
> The basic idea is simple:
>
>     <link rel="enclosure" type="audio/mpeg" href="show.mp3" />
>     <link rel="enclosure" type="application/ogg" href="show.ogg" />
>     <link rel="enclosure" type="audio/x-speex" href="show.spx" />
>
> However, there is currently no mechanism to specify that these
> enclosures are all equivalent, and that the client should pick
> only one of them. Clients which automatically download closures
> will probably take all three.

How about:

<content type="audio/mpeg" src="show.mp3" />
<link rel="alternate" type="application/ogg" href="show.ogg" />
<link rel="alternate" type="audio/x-speex" href="show.spx" />

Not really equivalent to [EMAIL PROTECTED]"enclosure"] thoughÂ…

-- 
Thomas Broyer

Reply via email to