Fils RSS: ne s'actualise pas !
Bonjour à tous!
J'ai appris récemment à créer dynamiquement des flux RSS de mes nouvelles via du PHP; le fichier se crée correctement et le XML est valide et tout,
sauf que lorsque je m'abonne à mon flux RSS sur Firefox, et que j'ajoute de nouvelles nouvelles, il ne s'actualise pas dans mon signet Firefox ! les nouvelles nouvelles ne s'Ajoutent pas dans la liste même si mon flux.xml change et s'actualise en meme temps que ma base de données.
Voici à quoi mon flux.xml ressemble, si jamais ça peut aider, mais il est valide!
ah oui, dernier détail si ça peut influencer, je suis en local !
Citation:
<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Paquin Design</title><link>http://localhost:8888/</link><description>Nouvelles</description><item><title>LE FIL RSS EST ACTUALISÉ</title><link>http://localhost:8888/Nouvelles/1/#22</link><guid isPermaLink="false">6de31fac0fe2fbc49e2e95e01331dc90</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item><item><title>NOUVEAU LANCEMENT DU NOUVEAU SITE BLABLABALBA</title><link>http://localhost:8888/Nouvelles/1/#8</link><guid isPermaLink="false">4fa7a8261f98484f37049853705ba01e</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</description></item><item><title>TEST</title><link>http://localhost:8888/Nouvelles/1/#21</link><guid isPermaLink="false">eb411b0dea6f4a0fbe5ecc622c29f099</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item><item><title>TEST</title><link>http://localhost:8888/Nouvelles/1/#18</link><guid isPermaLink="false">0e01bd2f1dba213b72be5ee77dd7cdbf</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item><item><title>TEST</title><link>http://localhost:8888/Nouvelles/1/#19</link><guid isPermaLink="false">e5cd5c19af366ae970c4e3daafd6ff6d</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item><item><title>TEST</title><link>http://localhost:8888/Nouvelles/1/#20</link><guid isPermaLink="false">f9a6ffa308435a65e9e72bd8e251892d</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item><item><title>TEST</title><link>http://localhost:8888/Nouvelles/8/#17</link><guid isPermaLink="false">44cdeb5b3aca539153f716dfede8c879</guid><pubDate>Fri, 10 Oct 2008 00:00:00 GMT</pubDate><description>here are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage o</description></item></channel></rss>