<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/">
<channel> 
   <title>Songs</title>

   <!-- First Song -->  
   <item>
      <title>Title of Song One</title>
      <link>http://www.acme.com/songs/song_one.mp3</link>
      <ror:type>Song</ror:type>
      <ror:category>blues</ror:category>    
      <ror:category>jazz</ror:category>        
      <ror:image>http://www.acme.com/songs/song_one.jpg</ror:image>
      <ror:creator>John Smith</ror:creator>
      <ror:created>2005-11-08</ror:created>  
   </item>

   <!-- Second Song -->  
   <item>
      <title>Title of Song Two</title>
      <link>http://www.acme.com/songs/song_one.mp3</link>
      <ror:type>Song</ror:type>
      <ror:category>electronic</ror:category>    
      <ror:category>ambient</ror:category>        
      <ror:image>http://www.acme.com/songs/song_one.jpg</ror:image>
      <ror:creator>Mary Miller</ror:creator>
      <ror:created>2005-11-08</ror:created>  
   </item>

</channel>
</rss>

