<?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="2013-05-24T19:00:00">
    <locationInfo>
      <latitude>51.95</latitude>
      <longitude>4.45</longitude>
      <description>Meetstation Rotterdam</description>
      <country>The Netherlands</country>
    </locationInfo>
    <temperatureInfo>
      <celcius>7.9</celcius>
      <fahrenheit>39.9</fahrenheit>
    </temperatureInfo>
    <weatherConditionInfo>
      <Description>clouds</Description>
      <WeatherConditionId>p</WeatherConditionId>
      <ImageUrl>http://360.org/wicons/p.gif</ImageUrl>
    </weatherConditionInfo>
  </weatherInfo>
</cwml>