<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/">
<channel> 
   <title>Articles</title>
   
   <!-- First Article -->
   <item>
      <title>Title of Article One</title>
      <link>http://www.acme.com/article_one.htm</link>
      <ror:type>Article</ror:type>
      <ror:descLong>Description of Article One</ror:descLong>
      <ror:author>Mary Miller</ror:author>
      <ror:created>2005-11-01</ror:created>
      <ror:publisher>Acme.com</ror:publisher>
      <ror:published>2005-11-02</ror:published>
   </item>
   
   <!-- Second Article -->
   <item>
      <title>Title of Article Two</title>
      <link>http://www.acme.com/article_two.htm</link>
      <ror:type>Article</ror:type>
      <ror:descLong>Description of Article Two</ror:descLong>
      <ror:author>John Smith</ror:author>
      <ror:created>2005-11-01</ror:created>
      <ror:publisher>Acme.com</ror:publisher>
      <ror:published>2005-11-02</ror:published>
   </item>
   
</channel>
</rss>
