Vous pouvez télécharger le fichier original ici : com.apple.weather.xml
« com.apple.weather.xml » colorisé
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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ActiveCity</key> <integer>0</integer> <key>Celsius</key> <true/> <key>Cities</key> <array> <dict> <key>BigIcon</key> <integer>28</integer> <key>DataIsCelsius</key> <false/> <key>DayForecasts</key> <array> <dict> <key>ForecastDayOfWeek</key> <integer>2</integer> <key>High</key> <string>53</string> <key>Icon</key> <integer>11</integer> <key>Low</key> <string>37</string> </dict> <dict> <key>ForecastDayOfWeek</key> <integer>3</integer> <key>High</key> <string>54</string> <key>Icon</key> <integer>11</integer> <key>Low</key> <string>36</string> </dict> <dict> <key>ForecastDayOfWeek</key> <integer>4</integer> <key>High</key> <string>57</string> <key>Icon</key> <integer>11</integer> <key>Low</key> <string>39</string> </dict> <dict> <key>ForecastDayOfWeek</key> <integer>5</integer> <key>High</key> <string>57</string> <key>Icon</key> <integer>11</integer> <key>Low</key> <string>40</string> </dict> <dict> <key>ForecastDayOfWeek</key> <integer>6</integer> <key>High</key> <string>58</string> <key>Icon</key> <integer>39</integer> <key>Low</key> <string>41</string> </dict> <dict> <key>ForecastDayOfWeek</key> <integer>7</integer> <key>High</key> <string>63</string> <key>Icon</key> <integer>30</integer> <key>Low</key> <string>43</string> </dict> </array> <key>Link</key> <string>http://m.yahoo.com/appleww/onesearch?p=Saguenay</string> <key>MoonPhase</key> <integer>13</integer> <key>Name</key> <string>Saguenay</string> <key>ObservationTime</key> <integer>1700</integer> <key>SunriseTime</key> <integer>459</integer> <key>SunsetTime</key> <integer>2024</integer> <key>Temperature</key> <string>54</string> <key>UpateTime</key> <date>2008-05-19T21:16:15Z</date> <key>Zip</key> <string>CAXX0208|3404</string> </dict> </array> <key>PrefsVersion</key> <string>1.2</string> <key>ServiceProvider</key> <string>Yahoo</string> <key>UUID</key> <string>A5E04D78-CC58-4724-8F10-C98E85CD06A3</string> </dict> </plist> |