mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
437 B
XML
16 lines
437 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!--
|
||
|
|
||
|
Description: item author works
|
||
|
Expect: var authors = feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).authors; var author = authors.queryElementAt(0, Components.interfaces.nsIFeedPerson); ((author.name == 'Joe Bob Briggs'));
|
||
|
|
||
|
-->
|
||
|
<rss version="2.0" >
|
||
|
<channel>
|
||
|
<item>
|
||
|
<author>jbb@dallas.example.com (Joe Bob Briggs)</author>
|
||
|
<title>test</title>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|