mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
12 lines
259 B
XML
12 lines
259 B
XML
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
|
<!--
|
||
|
|
|
||
|
|
Description: channel webMaster works
|
||
|
|
Expect: feed.fields.getProperty('webMaster') == 'example@example.com'
|
||
|
|
|
||
|
|
-->
|
||
|
|
<rss version="2.0" >
|
||
|
|
<channel>
|
||
|
|
<webMaster>example@example.com</webMaster>
|
||
|
|
</channel>
|
||
|
|
</rss>
|