-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsondage.xml
81 lines (81 loc) · 2.56 KB
/
sondage.xml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<sondage>
<mois id="0" mois="07" annee="11">
</mois>
<mois id="1" mois="08" annee="11">
</mois>
<mois id="2" mois="09" annee="11">
</mois>
<mois id="3" mois="10" annee="11">
</mois>
<mois id="4" mois="11" annee="11">
<parti nom="PS" percent="34"/>
<parti nom="UMP" percent="27"/>
<parti nom="FN" percent="16"/>
<parti nom="FDG" percent="5"/>
<parti nom="MODEM" percent="7"/>
<parti nom="EELV" percent="4"/>
<parti nom="NPA" percent="1"/>
<parti nom="DLR" percent="0.5"/>
</mois>
<mois id="5" mois="12" annee="11">
<parti nom="PS" percent="32"/>
<parti nom="UMP" percent="26"/>
<parti nom="FN" percent="16"/>
<parti nom="FDG" percent="6"/>
<parti nom="MODEM" percent="11"/>
<parti nom="EELV" percent="3"/>
<parti nom="NPA" percent="0.5"/>
<parti nom="DLR" percent="0.5"/>
</mois>
<mois id="6" mois="01" annee="12">
<parti nom="PS" percent="29"/>
<parti nom="UMP" percent="26"/>
<parti nom="FN" percent="19"/>
<parti nom="FDG" percent="7"/>
<parti nom="MODEM" percent="13"/>
<parti nom="EELV" percent="2"/>
<parti nom="NPA" percent="0.5"/>
<parti nom="DLR" percent="0.5"/>
</mois>
<mois id="7" mois="02" annee="12">
<parti nom="PS" percent="30"/>
<parti nom="UMP" percent="26"/>
<parti nom="FN" percent="17.5"/>
<parti nom="FDG" percent="8"/>
<parti nom="MODEM" percent="13"/>
<parti nom="EELV" percent="2"/>
<parti nom="NPA" percent="0.5"/>
<parti nom="DLR" percent="1"/>
</mois>
<mois id="8" mois="03" annee="12">
<parti nom="PS" percent="26"/>
<parti nom="UMP" percent="30"/>
<parti nom="FN" percent="15"/>
<parti nom="FDG" percent="12.5"/>
<parti nom="MODEM" percent="12.5"/>
<parti nom="EELV" percent="2.5"/>
<parti nom="NPA" percent="0.5"/>
<parti nom="DLR" percent="0.5"/>
</mois>
<mois id="9" mois="04" annee="12">
<parti nom="PS" percent="27"/>
<parti nom="UMP" percent="24"/>
<parti nom="FN" percent="15"/>
<parti nom="FDG" percent="17"/>
<parti nom="MODEM" percent="11"/>
<parti nom="EELV" percent="1.5"/>
<parti nom="NPA" percent="1"/>
<parti nom="DLR" percent="0.5"/>
</mois>
<mois id="10" mois="05" annee="12">
<parti nom="PS" percent="28"/>
<parti nom="UMP" percent="25"/>
<parti nom="FN" percent="16"/>
<parti nom="FDG" percent="14.5"/>
<parti nom="MODEM" percent="10.5"/>
<parti nom="EELV" percent="2"/>
<parti nom="NPA" percent="1.5"/>
<parti nom="DLR" percent="1.5"/>
</mois>
</sondage>