Qu'est ce qui ne vas pas? Le parseur ne peut pas lire ça, j'ai du oublier quelque chose, mais quoi...
J'ai remplacé les liens privés par des ..., mais ça ne change rien je pense (ou alors faudra m'expliquer oO)
Code xml : 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Site à moi</title>
        <link>http://.../index.php</link>
        <description>Monbeau site</description>
        <item>
            <title>Test</title>
 
            <link>http://.../index.php?a=detailler&idAnnonce=8</link>
			<author>a@a.fr</author>
            <description>Test</description>     
        </item>
        <item>
            <title>b</title>
            <link>http://.../index.php?a=detailler&idAnnonce=7</link>
 
			<author>a@a.fr</author>
            <description>b</description>     
        </item>
        <item>
            <title>a</title>
            <link>http://.../index.php?a=detailler&idAnnonce=6</link>
			<author>a@a.fr</author>
 
            <description>a</description>     
        </item>
        <item>
            <title>Titre4</title>
            <link>http://.../index.php?a=detailler&idAnnonce=5</link>
			<author>a@a.fr</author>
            <description>Desc encore</description>     
        </item>
 
        <item>
            <title>Vend PC !</title>
            <link>http:/.../index.php?a=detailler&idAnnonce=1</link>
			<author>a@a.fr</author>
            <description>Desc</description>     
        </item>
    </channel>
 
</rss>