mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
552 B
XML
17 lines
552 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
|
|
Description: channel image description and 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') && (feed.image.getProperty('description') == 'Yo!'))
|
|
|
|
-->
|
|
<rss version="2.0" >
|
|
<channel>
|
|
<image>
|
|
<link>http://example.org</link>
|
|
<title>A picture</title>
|
|
<url>http://example.org/a.jpg</url>
|
|
<description>Yo!</description>
|
|
</image>
|
|
</channel>
|
|
</rss> |