<?xml version="1.0"  encoding="iso-8859-1"?>
<adc_database xmlns="http://www.accuweather.com">
  <currentconditions>
    <temperature>89</temperature>	  
    <humidity>19%</humidity>	  
    <weathertext>Sunny</weathertext>
    <weathericon>01</weathericon>
    <windspeed>10.4</windspeed>
    <winddirection>SSE</winddirection>
  </currentconditions>
  <forecast>
    <day>
      <obsdate>2016-09-06</obsdate>
      <daycode>Tuesday</daycode>
      <daytime>
        <txtshort>Sunshine</txtshort>
        <weathericon>01</weathericon>
        <hightemperature>89</hightemperature>
        <lowtemperature>52</lowtemperature>
        <windspeed>4.6</windspeed>
        <winddirection>WSW</winddirection>
      </daytime>
    </day>
    <day>
      <obsdate>2016-09-07</obsdate>
      <daycode>Wednesday</daycode>
      <daytime>
        <txtshort>Mostly sunny and warm</txtshort>
        <weathericon>02</weathericon>
        <hightemperature>89</hightemperature>
        <lowtemperature>51</lowtemperature>
        <windspeed>4.6</windspeed>
        <winddirection>SW</winddirection>
      </daytime>
    </day>
    <day>
      <obsdate>2016-09-08</obsdate>
      <daycode>Thursday</daycode>
      <daytime>
        <txtshort>Mostly sunny</txtshort>
        <weathericon>02</weathericon>
        <hightemperature>80</hightemperature>
        <lowtemperature>51</lowtemperature>
        <windspeed>6.9</windspeed>
        <winddirection>SW</winddirection>
      </daytime>
    </day>
    <day>
      <obsdate>2016-09-09</obsdate>
      <daycode>Friday</daycode>
      <daytime>
        <txtshort>Partly sunny</txtshort>
        <weathericon>04</weathericon>
        <hightemperature>82</hightemperature>
        <lowtemperature>50</lowtemperature>
        <windspeed>5.8</windspeed>
        <winddirection>WSW</winddirection>
      </daytime>
    </day>
    <day>
      <obsdate>2016-09-10</obsdate>
      <daycode>Saturday</daycode>
      <daytime>
        <txtshort>Areas of low clouds, then sun</txtshort>
        <weathericon>04</weathericon>
        <hightemperature>86</hightemperature>
        <lowtemperature>50</lowtemperature>
        <windspeed>4.6</windspeed>
        <winddirection>SW</winddirection>
      </daytime>
    </day>
  </forecast>
</adc_database>
