<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wxsomd.xsl" ?>
<weather>
<current>
<location>MDWA</location>
<phrase>P/SUNNY</phrase>
<temp units="F">56</temp>
<aptemp unit="F">59</aptemp>
<wndchl unit="F">56</wndchl>
<rhumid unit="%">49</rhumid>
<wind_dir>W</wind_dir>
<windspeed unit="mph">7</windspeed>
<pres unit="in/Hg">30.11</pres>
<vis unit="mi">10</vis>
<icon>03</icon>
</current>
<forecast>
  <day>
   <name>Saturday</name>
   <icon>02</icon>
   <high unit="F">57</high>
   <low unit="F">39</low>
   <phrase>Sunshine and patchy clouds</phrase>
  </day>
  <day>
   <name>Sunday</name>
   <icon>12</icon>
   <high unit="F">54</high>
   <low unit="F">44</low>
   <phrase>Mostly cloudy with afternoon rain</phrase>
  </day>
</forecast>
</weather>