Voila moi j'ai un flux rss mais le probleme c'est qu'il met pas l'heure corresteremnt. Il ets généré par mon systeme de news qui est News Evolution. La page est http://infos-foot.net/rss.php

Voici le code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Flux RSS de Infos-Foot.Net</title>
        <link>http://www.infos-foot.net</link>
        <description>Toute l'actualité du football : Résultats, News, Analyses des matchs, Classements, Vidéos, Chroniques, Fonds d'écran ... Il y a tout sur Infos-Foot.net</description>
 
        <mx:bloc id="NEBloc">
        <item>
            <title><mx:text id="NewsTitle" /></title>
            <link>http://www.infos-foot.net/flux.php?newsid=<mx:text id="NewsId" /></link>
            <guid>http://www.infos-foot.net/flux.php?newsid=<mx:text id="NewsId" /></guid>
            <category>Catégorie dans laquelle vous classeriez votre site</category>
            <dc:creator><mx:text id="AuthorName" /></dc:creator>
            <description></description>
            <content:encoded><![CDATA[<mx:text id="NewsSummary" />]]></content:encoded>
            <pubDate><mx:text id="NewsDate" /></pubDate>
        </item>
        </mx:bloc id="NEBloc">    
    </channel>
</rss>
Si quelqu'un pouvait m'aider ca serait sympa