<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wxsomd.xsl" ?>
<weather>
<current>
<location>MDWA</location>
<phrase>CLOUDY</phrase>
<temp units="F">35</temp>
<aptemp unit="F">35</aptemp>
<wndchl unit="F">35</wndchl>
<rhumid unit="%">51</rhumid>
<wind_dir>CLM</wind_dir>
<windspeed unit="mph">0</windspeed>
<pres unit="in/Hg">30.08</pres>
<vis unit="mi">10</vis>
<icon>07</icon>
</current>
<forecast>
  <day>
   <name>Wednesday</name>
   <icon>22</icon>
   <high unit="F">32</high>
   <low unit="F">23</low>
   <phrase>Snow, heavy early; cloudy, windy, blowing snow</phrase>
  </day>
  <day>
   <name>Thursday</name>
   <icon>02</icon>
   <high unit="F">38</high>
   <low unit="F">18</low>
   <phrase>Windy and cold with sunshine and patchy clouds</phrase>
  </day>
</forecast>
</weather>