<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>M/CLOUDY</phrase>
<temp units="F">73</temp>
<aptemp unit="F">74</aptemp>
<wndchl unit="F">73</wndchl>
<rhumid unit="%">73</rhumid>
<wind_dir>SE</wind_dir>
<windspeed unit="mph">3</windspeed>
<pres unit="in/Hg">29.83</pres>
<vis unit="mi">10</vis>
<icon>38</icon>
</current>
<forecast>
  <day>
   <name>Friday</name>
   <icon>17</icon>
   <high unit="F">84</high>
   <low unit="F">66</low>
   <phrase>Partly sunny, a t-storm around in the afternoon</phrase>
  </day>
  <day>
   <name>Saturday</name>
   <icon>02</icon>
   <high unit="F">86</high>
   <low unit="F">65</low>
   <phrase>Pleasant with sunshine and patchy clouds</phrase>
  </day>
</forecast>
</weather>