<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx5.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>M/CLOUDY</phrase>
<temp units="F">38</temp>
<aptemp unit="F">38</aptemp>
<wndchl unit="F">31</wndchl>
<rhumid unit="%">39</rhumid>
<wind_dir>NW</wind_dir>
<windspeed unit="mph">10</windspeed>
<pres unit="in/Hg">30.14</pres>
<vis unit="mi">10</vis>
<icon>06</icon>
</current>
<forecast>
<day>
<name>Tonight</name>
   <icon>02</icon>
   <high unit="F">41</high>
   <low unit="F">30</low>
   <phrase>Breezy in the morning; mostly sunny, cold</phrase>
  </day>
  <day>
<name>Tomorrow</name>
   <icon>06</icon>
   <high unit="F">46</high>
   <low unit="F">30</low>
   <phrase>Clouds limiting sun</phrase>
  </day>
  <day>
   <name>Friday</name>
   <icon>21</icon>
   <high unit="F">40</high>
   <low unit="F">27</low>
   <phrase>Partly sunny, breezy and cold with a few flurries</phrase>
  </day>
  <day>
   <name>Saturday</name>
   <icon>03</icon>
   <high unit="F">42</high>
   <low unit="F">28</low>
   <phrase>Partly sunny and cold</phrase>
  </day>
  <day>
   <name>Sunday</name>
   <icon>02</icon>
   <high unit="F">45</high>
   <low unit="F">33</low>
   <phrase>Mostly sunny and chilly</phrase>
  </day>
</forecast>
</weather>