Antone Roundy wrote:
Interesting. Filling an attribute with a list of URIs doesn't really appeal to me though.

Me neither. Something feels wrong about that. If you want a concrete reason, it requires extra parsing whereas everything else would be automatically parsed by the XML library.

<link rel="enclosure" type="audio/mpeg" href="http://example.com/ file.mp3" xml:id="x-file">
    <altlink:mirror href="http://www2.example.com/file.mp3"; />
    <altlink:mirror href="http://www3.example.com/file.mp3"; />
</link>

Isn't this essentially the same as James' original proposal?

<link rel=enclosure" href"..." ...>
 <x:alternate href="..." title="..." />
 <x:alternate href="..." title="..." />
</link>

Regards
James

Reply via email to