14 lines
218 B
XML
14 lines
218 B
XML
<!--
|
|
Description: enclosure
|
|
Expect: links[0].rel == 'enclosure' and id == 'http://example.com/1'
|
|
-->
|
|
|
|
<rss>
|
|
<channel>
|
|
<item>
|
|
<enclosure href="http://example.com/1"/>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
|