<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="wx.xsl" ?>
<weather>
<current>
<location>DCA</location>
<phrase>M/CLEAR</phrase>
<temp units="F">85</temp>
<aptemp unit="F">86</aptemp>
<wndchl unit="F">85</wndchl>
<rhumid unit="%">47</rhumid>
<wind_dir>NNE</wind_dir>
<windspeed unit="mph">11</windspeed>
<pres unit="in/Hg">30.01</pres>
<vis unit="mi">10</vis>
<icon>35</icon>
</current>
<forecast>
  <day>
   <name>Wednesday</name>
   <icon>02</icon>
   <high unit="F">83</high>
   <low unit="F">63</low>
   <phrase>Mostly sunny and less humid</phrase>
  </day>
  <day>
   <name>Thursday</name>
   <icon>02</icon>
   <high unit="F">85</high>
   <low unit="F">65</low>
   <phrase>Sunshine and patchy clouds</phrase>
  </day>
</forecast>
</weather>