<?xml version="1.0" encoding="ISO-8859-1" ?> 
<rss version="2.0">
<item>
<title>Title of item 1</title> 
<author>Author name 1</author> 
<date>Date of article 1</date> 
<article>Content of an article 1</article> 
</item>
<item>
<title>Title of item 2</title> 
<author>Author name 2</author> 
<date>Date of article 2</date> 
<article>Content of article 2</article> 
</item>
<item>
<title>Title of item 3</title> 
<author>Author name 3</author> 
<date>Date of article 3</date> 
<article>Content of article 3</article> 
</item>
</rss>