<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0"> <!-- balise rss avec son numero de version -->
    <channel> <!-- la balise unique channel qui defini un flux-->
        <title>Www.lhoste.info # NEWS</title> 
        <link>http://www.lhoste.info</link>
        <description>What's about Cédric L'Hoste graphics &amp; lettering</description>

        <!-- les balises item définissent une news -->
        <item>
            <title>New Website</title> 
            <link>http://www.lhoste.info</link> 
            <author>Cédric L'Hoste</author>
            <description>Here is my new website, thanks to join my RSS flux.</description> 
            <pubDate>Mon, 27 Oct 2009 12:00:00 GMT</pubDate>
        </item>
		<item>
            <title>T-shirts for Supplement Facts Records (De)</title> 
            <link>http://www.lhoste.info</link> 
            <author>Cédric L'Hoste</author>
            <description>T-shirts will soon available on http://www.supplementfacts-records.com</description> 
            <pubDate>Mon, 27 Oct 2009 12:00:00 GMT</pubDate>
        </item>
			<item>
	            <title>Belleville Bust Out (De)</title> 
	            <link>http://www.lhoste.info</link> 
	            <author>Cédric L'Hoste</author>
	            <description>Flyer for the event online now!</description> 
	            <pubDate>Mon, 27 Oct 2009 12:00:00 GMT</pubDate>
	        </item>

    </channel>
</rss>
