Eric Scheid wrote:
On 25/10/05 5:48 AM, "A. Pagaltzis" <[EMAIL PROTECTED]> wrote:
<link
rel="enclosure" type="audio/mpeg"
href="http://example.com/file.mp3"
encl:mirrors="http://www2.example.com/file.mp3
http://www3.example.com/file.mp3"
xml:id="x-file"
/>
<link
rel="alternative-enclosure" type="application/ogg"
href="http://example2.com/file.ogg"
encl:alternative-to="x-file"
/>
-1 ... this is starting to get ugly.
e.
+1 to Eric's -1. Let's keep it simple.
<link rel="..." type="..." href="...">
<x:alternate type="..." href="..." title="..." />
</link>
- James