<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>

<title>Demo - RSS Generator Class</title>

<link>http://joaopedropereira.com/blog/rss</link>

<description>This is demo of generating a RSS feed. ONLY RSS Version 2.0 Supported</description>

<image>
<title>Oh, my photo...</title>

<link>http://s3.amazonaws.com/twitter_production/profile_images/63969619/imagemresized.jpg</link>

<url>http://joaopedropereira.com/projects/rss_gen</url>

<width></width>

<height></height>
</image>

<language>en-us</language>
<item>
<title>Item nº 1</title>
<link>http://joaopedropereira.com</link>
<pubDate>1778928316</pubDate>
<description>Bla, bla, bla, item nº 1.</description>
<enclosure url="http://www.beardodisco.com/beatelectric/music/Loverboy12Mix.mp3" lenght="17121349" type="audio/mpeg"></enclosure>
<author>contacto@joaopedropereira.com (João Pedro Pereira)</author>
</item>
<item>
<title>Item nº 2</title>
<link>http://twitter.com/joaoppereira</link>
<description>Bla, bla, bla, twitter of the owner of the blog of a webdeveloper</description>
<pubDate>1778928316</pubDate>
<author>contacto@joaopedropereira.com (João Pedro Pereira)</author>
</item>
</channel>
</rss>