<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx5_dcmil.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>CLOUDY</phrase>
<temp units="F">32</temp>
<aptemp unit="F">32</aptemp>
<wndchl unit="F">27</wndchl>
<rhumid unit="%">58</rhumid>
<wind_dir>SSW</wind_dir>
<windspeed unit="mph">5</windspeed>
<pres unit="in/Hg">30.08</pres>
<vis unit="mi">10</vis>
<icon>07</icon>
</current>
<forecast>
<day>
<name>Today</name>
   <icon>22</icon>
   <high unit="F">34</high>
   <low unit="F">26</low>
   <phrase>Periods of snow</phrase>
  </day>
  <day>
<name>Tomorrow</name>
   <icon>22</icon>
   <high unit="F">30</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">34</high>
   <low unit="F">22</low>
   <phrase>Mostly sunny, brisk and cold</phrase>
  </day>
  <day>
   <name>Friday</name>
   <icon>02</icon>
   <high unit="F">39</high>
   <low unit="F">20</low>
   <phrase>Mostly sunny, breezy and cold</phrase>
  </day>
  <day>
   <name>Saturday</name>
   <icon>02</icon>
   <high unit="F">36</high>
   <low unit="F">24</low>
   <phrase>Breezy and cold with sunshine and patchy clouds</phrase>
  </day>
</forecast>
</weather>