<link rel="enclosure" href="http://example.com/somefile.mp3";
hash="{generated_hash_value}" hashalg="{uri_identifying_the_hash_algorithm_used" />


The hash and hashalg attributes would be optional but MUST appear together.

Thoughts? (If we have more than two people respond favorably to this,
I'll write up a Pace for it)


Seems like a good idea - would it be possible to move them into elements?

  <link rel="enclosure" href="http://example.com/somefile.mp3"; >
    <hash hashalg=""/>
  </link>

How does that tee up for signing the markup, or just the hash+alg pair?

cheers
Bill



Reply via email to