mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
474 B
XML
15 lines
474 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!--
|
||
|
|
||
|
Description: channel copyright works
|
||
|
Expect: feed.fields.getProperty('wfw:comment') == 'http://example.org'
|
||
|
|
||
|
-->
|
||
|
<rss xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0" >
|
||
|
<channel xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||
|
<wfw:comment>http://example.org</wfw:comment>
|
||
|
<copyright>copyright 2006</copyright>
|
||
|
<dc:creator>me</dc:creator>
|
||
|
<dc:contributor>them</dc:contributor>
|
||
|
</channel>
|
||
|
</rss>
|