<!--
Description: item dc:creator maps to author
Expect:      bozo and entries[0]['author'] == u'Example editor'
-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<item>
<dc:creator>Example editor</dc:creator>
</item>
</channel>
</rss