mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|