mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
12 lines
236 B
XML
12 lines
236 B
XML
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
|
<!--
|
||
|
|
|
||
|
|
Description: channel docs works
|
||
|
|
Expect: feed.fields.getProperty('docs') == 'http://example.org'
|
||
|
|
|
||
|
|
-->
|
||
|
|
<rss version="2.0" >
|
||
|
|
<channel>
|
||
|
|
<docs>http://example.org</docs>
|
||
|
|
</channel>
|
||
|
|
</rss>
|