<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx5_dcmil.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>M/CLOUDY</phrase>
<temp units="F">44</temp>
<aptemp unit="F">47</aptemp>
<wndchl unit="F">44</wndchl>
<rhumid unit="%">76</rhumid>
<wind_dir>CLM</wind_dir>
<windspeed unit="mph">0</windspeed>
<pres unit="in/Hg">30.16</pres>
<vis unit="mi">10</vis>
<icon>07</icon>
</current>
<forecast>
<day>
<name>Today</name>
   <icon>02</icon>
   <high unit="F">58</high>
   <low unit="F">44</low>
   <phrase>Sunshine and patchy clouds</phrase>
  </day>
  <day>
<name>Tomorrow</name>
   <icon>07</icon>
   <high unit="F">54</high>
   <low unit="F">45</low>
   <phrase>Mostly cloudy</phrase>
  </day>
  <day>
   <name>Monday</name>
   <icon>18</icon>
   <high unit="F">55</high>
   <low unit="F">49</low>
   <phrase>Rain</phrase>
  </day>
  <day>
   <name>Tuesday</name>
   <icon>03</icon>
   <high unit="F">61</high>
   <low unit="F">45</low>
   <phrase>Partly sunny</phrase>
  </day>
  <day>
   <name>Wednesday</name>
   <icon>04</icon>
   <high unit="F">60</high>
   <low unit="F">42</low>
   <phrase>Intervals of clouds and sunshine</phrase>
  </day>
</forecast>
</weather>