mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
451 B
XML
16 lines
451 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: channel image required fields work
|
|
Expect: ((feed.image.getProperty('title') == 'A picture') && (feed.image.getProperty('link') == 'http://example.org') && (feed.image.getProperty('url') == 'http://example.org/a.jpg'))
|
|
|
|
-->
|
|
<rss version="2.0" >
|
|
<channel>
|
|
<image>
|
|
<link>http://example.org</link>
|
|
<title>A picture</title>
|
|
<url>http://example.org/a.jpg</url>
|
|
</image>
|
|
</channel>
|
|
</rss> |