<?xml version="1.0" encoding="utf-8"?>
<cwml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://360.org/xml/schemas/cwml/2009/01">
  <weatherInfo locationId="4236" dateTimeUtc="2010-09-06T14:00:00">
    <locationInfo>
      <latitude>51.95</latitude>
      <longitude>4.45</longitude>
      <description>Meetstation Rotterdam</description>
      <country>The Netherlands</country>
    </locationInfo>
    <temperatureInfo>
      <celcius>20.3</celcius>
      <fahrenheit>52.3</fahrenheit>
    </temperatureInfo>
    <weatherConditionInfo>
      <Description>clear</Description>
      <WeatherConditionId>a</WeatherConditionId>
      <ImageUrl>http://360.org/wicons/a.gif</ImageUrl>
    </weatherConditionInfo>
  </weatherInfo>
  <weatherInfo locationId="931" dateTimeUtc="2010-09-06T18:00:00">
    <locationInfo>
      <latitude>51.95</latitude>
      <longitude>4.45</longitude>
      <description>Rotterdam Airport Zestienhoven</description>
      <country>Netherlands</country>
    </locationInfo>
    <temperatureInfo>
      <celcius>21</celcius>
      <fahrenheit>53</fahrenheit>
    </temperatureInfo>
    <weatherConditionInfo>
      <Description>clear</Description>
      <WeatherConditionId>a</WeatherConditionId>
      <ImageUrl>http://360.org/wicons/a.gif</ImageUrl>
    </weatherConditionInfo>
  </weatherInfo>
</cwml>