<?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">58</temp>
<aptemp unit="F">60</aptemp>
<wndchl unit="F">58</wndchl>
<rhumid unit="%">45</rhumid>
<wind_dir>N</wind_dir>
<windspeed unit="mph">8</windspeed>
<pres unit="in/Hg">30.12</pres>
<vis unit="mi">10</vis>
<icon>06</icon>
</current>
<forecast>
  <day>
   <name>Saturday</name>
   <icon>02</icon>
   <high unit="F">58</high>
   <low unit="F">44</low>
   <phrase>Sunshine and patchy clouds</phrase>
  </day>
  <day>
   <name>Sunday</name>
   <icon>12</icon>
   <high unit="F">54</high>
   <low unit="F">45</low>
   <phrase>Mostly cloudy with rain in the afternoon</phrase>
  </day>
</forecast>
</weather>