1<!--
2Description: channel multiple categories
3Expect:      not bozo and feed['categories'][1][0] == u'http://www.example.com/2'
4-->
5<rss version="2.0">
6<channel>
7<category domain="http://www.example.com/1">Example category 1</category>
8<category domain="http://www.example.com/2">Example category 2</category>
9</channel>
10</rss>