<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wxsomd.xsl" ?>
<weather>
<current>
<location>MDWA</location>
<phrase>OVERCAST</phrase>
<temp units="F">37</temp>
<aptemp unit="F">37</aptemp>
<wndchl unit="F">28</wndchl>
<rhumid unit="%">52</rhumid>
<wind_dir>NW</wind_dir>
<windspeed unit="mph">14</windspeed>
<pres unit="in/Hg">30.08</pres>
<vis unit="mi">10</vis>
<icon>07</icon>
</current>
<forecast>
  <day>
   <name>Saturday</name>
   <icon>01</icon>
   <high unit="F">42</high>
   <low unit="F">24</low>
   <phrase>Cold with plenty of sunshine</phrase>
  </day>
  <day>
   <name>Sunday</name>
   <icon>02</icon>
   <high unit="F">48</high>
   <low unit="F">28</low>
   <phrase>Mostly sunny</phrase>
  </day>
</forecast>
</weather>