<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wxsomd.xsl" ?>
<weather>
<current>
<location>MDWA</location>
<phrase>CLEAR</phrase>
<temp units="F">31</temp>
<aptemp unit="F">31</aptemp>
<wndchl unit="F">31</wndchl>
<rhumid unit="%">88</rhumid>
<wind_dir>CLM</wind_dir>
<windspeed unit="mph">0</windspeed>
<pres unit="in/Hg">30.34</pres>
<vis unit="mi">10</vis>
<icon>33</icon>
</current>
<forecast>
  <day>
   <name>Sunday</name>
   <icon>02</icon>
   <high unit="F">66</high>
   <low unit="F">45</low>
   <phrase>Mild with sunshine and patchy clouds</phrase>
  </day>
  <day>
   <name>Monday</name>
   <icon>03</icon>
   <high unit="F">67</high>
   <low unit="F">47</low>
   <phrase>Sun mixing with high clouds and pleasant</phrase>
  </day>
</forecast>
</weather>