Flux rss et encodage

Fermé
mariostar27 Messages postés 391 Date d'inscription mercredi 17 juin 2009 Statut Membre Dernière intervention 21 août 2015 - 12 juil. 2011 à 13:55
Bonjour,
Je souhaite créer un flux rss sur mon site, voici ce qu'il y a dans mon fichier :

<?xml version='1.0'?> 
        <rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'> 
            <channel> 
                <atom:link href="http://localhost.rss.php" rel="self" type="application/rss+xml"/> 
                <title>Mon Site Localhost</title> 
                <link>http://localhost/index.php</link> 
                <description>Les article de Mon Site Localhost</description> 
                <language>fr-FR</language> 
                    <item> 
                        <title>Choisissez votre boîte de réception dans GMail</title> 
                        <pubDate>Tue, 19 Jul 2005 05:32:51 -0700</pubDate> 
                        <link>http://http://localhost/index.php?page=article&id=2/</link> 
                    </item> 
                    <item> 
                        <title>La France leader en IPv6</title> 
                        <pubDate>Tue, 19 Jul 2005 05:32:51 -0700</pubDate> 
                        <link>http://http://localhost/index.php?page=article&id=1/</link> 
                    </item> 
                </channel> 
        </rss>


Hors, cela ne fonctionne car google chrome me dit qu'il ne connai pas icirc.

Comment peut-on modifier les codes html ??? genre modifier é en é ???


A voir également: