<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx5.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>CLEAR</phrase>
<temp units="F">36</temp>
<aptemp unit="F">36</aptemp>
<wndchl unit="F">36</wndchl>
<rhumid unit="%">78</rhumid>
<wind_dir>CLM</wind_dir>
<windspeed unit="mph">0</windspeed>
<pres unit="in/Hg">30.35</pres>
<vis unit="mi">10</vis>
<icon>33</icon>
</current>
<forecast>
<day>
<name>Today</name>
   <icon>01</icon>
   <high unit="F">60</high>
   <low unit="F">45</low>
   <phrase>Warmer with plenty of sunshine</phrase>
  </day>
  <day>
<name>Tomorrow</name>
   <icon>02</icon>
   <high unit="F">68</high>
   <low unit="F">48</low>
   <phrase>Sunny to partly cloudy and mild</phrase>
  </day>
  <day>
   <name>Monday</name>
   <icon>03</icon>
   <high unit="F">69</high>
   <low unit="F">51</low>
   <phrase>Sun mixing with high clouds and warm</phrase>
  </day>
  <day>
   <name>Tuesday</name>
   <icon>04</icon>
   <high unit="F">66</high>
   <low unit="F">47</low>
   <phrase>Intervals of clouds and sunshine</phrase>
  </day>
  <day>
   <name>Wednesday</name>
   <icon>03</icon>
   <high unit="F">59</high>
   <low unit="F">41</low>
   <phrase>Partly sunny and breezy</phrase>
  </day>
</forecast>
</weather>