font size et xml

WRInaute occasionnel
Bonjour,
Je n'ai jamais utilisé le language xml, je désirerais modifier la police de certains éléments dans mon fichier xml. Comment faire ?
<state>
<id>3</id>
<name>allier</name>
</state>

Je veux mettre "allier" en police 15px par exemple.
Merci par avance
 
WRInaute accro
Le XML n'est qu'un encodage, qui peut servir à faire aussi bien du HTML (XHTML), du RSS, des webservices et tout un tas d'autres choses. Si tu ne nous en dis pas plus sur ton fichier XML, ça va être difficile de t'aider. Et comme ce n'est pas du HTML, je doute en fait assez fortement qu'on puisse faire ce que tu veux (mais sans connaître le format c'est de la boule de cristal).

Jacques.
 
WRInaute occasionnel
Salut
En fait mon fichier xml est lié à
Code:
<fr_map_locator>
<config>
  <color_state_name>0xffffff</color_state_name>
  <color_state_name_over>0xffffff</color_state_name_over>
  <type_of_gradient>1</type_of_gradient>
  <background_color>0xffffff</background_color>
  <show_links>0</show_links>
  <light_effect>1</light_effect>
  <border_color>0xffffff</border_color>
  <sound>on</sound>
</config>
<map_data>
<state>
  <id>1</id>
  <name>ain</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>2</id>
  <name>aisne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>3</id>
  <name>allier</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>4</id>
  <name>alpes de hautes provence</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>5</id>
  <name>hautes alpes</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>6</id>
  <name>alpes maritimes</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>7</id>
  <name>ardèche</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment>ardèche</comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>8</id>
  <name>ardennes</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>9</id>
  <name>ariège</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>10</id>
  <name>aube</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>11</id>
  <name>aude</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>12</id>
  <name>aveyron</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>13</id>
  <name>bouches du rhône</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>14</id>
  <name>calvados</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>15</id>
  <name>cantal</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>16</id>
  <name>charente</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>17</id>
  <name>charente maritime</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>18</id>
  <name>cher</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>19</id>
  <name>corrèze</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>2A</id>
  <name>corse du sud</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>2B</id>
  <name>haute corse</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>21</id>
  <name>cote d'or</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>22</id>
  <name>cotes d'armor</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>23</id>
  <name>creuse</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>24</id>
  <name>dordogne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>25</id>
  <name>doubs</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>26</id>
  <name>drome</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>27</id>
  <name>eure</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>28</id>
  <name>eure et loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>29</id>
  <name>finistère</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>30</id>
  <name>gard</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>31</id>
  <name>haute garonne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>32</id>
  <name>gers</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>33</id>
  <name>gironde</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>34</id>
  <name>herault</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>35</id>
  <name>ile et vilaine</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>36</id>
  <name>indre</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>37</id>
  <name>indre et loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>38</id>
  <name>isère</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>39</id>
  <name>jura</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>40</id>
  <name>landes</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>41</id>
  <name>loir et cher</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>42</id>
  <name>loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>43</id>
  <name>haute loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>44</id>
  <name>loire atlantique</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>45</id>
  <name>loiret</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>46</id>
  <name>lot</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>47</id>
  <name>lot et garonne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>48</id>
  <name>lozère</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>49</id>
  <name>maine et loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>50</id>
  <name>manche</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>51</id>
  <name>marne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>52</id>
  <name>haute marne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>53</id>
  <name>mayenne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>54</id>
  <name>meurthe et moselle</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>55</id>
  <name>meuse</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>56</id>
  <name>morbihan</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>57</id>
  <name>moselle</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>58</id>
  <name>nièvre</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>59</id>
  <name>nord</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>60</id>
  <name>oise</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>61</id>
  <name>orne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>62</id>
  <name>pas de calais</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>63</id>
  <name>puy de dome</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>64</id>
  <name>pyrénées atlantiques</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>65</id>
  <name>hautes pyrénées</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>66</id>
  <name>pyrénées orientales</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>67</id>
  <name>bas rhin</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>68</id>
  <name>haut rhin</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>69</id>
  <name>rhône</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>70</id>
  <name>haute saone</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>71</id>
  <name>saone et loire</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>72</id>
  <name>sarthe</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>73</id>
  <name>savoie</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>74</id>
  <name>haute savoie</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>75</id>
  <name>paris</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>76</id>
  <name>seine maritime</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>77</id>
  <name>seine et marne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>78</id>
  <name>yvelines</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>79</id>
  <name>deux sèvres</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>80</id>
  <name>somme</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>81</id>
  <name>tarn</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>82</id>
  <name>tarn et garonne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>83</id>
  <name>var</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>84</id>
  <name>vaucluse</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>85</id>
  <name>vendée</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state>
<state>
  <id>86</id>
  <name>vienne</name>
  <link>javascript:window.alert('You can create links to the pages.');</link>
  <comment></comment>
  <color_map>0x660099</color_map>
  <color_map_over>0x0054A6</color_map_over>
  <frame>_top</frame>
  <image></image>
</state></map_data>
</fr_map_locator>
 
WRInaute occasionnel
en fait mon xml interagit avec du flash, d'après ce que j'ai compris (suite aux recherches), on formate le xml avec xls et on met le tout dans un doc html, avec du flash c'est autre chose,non ?
Merci encore
 
Discussions similaires
Haut