<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br><br>&gt; Date: Fri, 17 Jul 2009 20:02:22 +0200<br>&gt; From: motoom@xs4all.nl<br>&gt; To: tutor@python.org<br>&gt; CC: pine508@hotmail.com<br>&gt; Subject: Re: [Tutor] weather scraping with Beautiful Soup<br>&gt; <br>&gt; Che M wrote:<br>&gt; <br>&gt; &gt; "http://www.wund.com/cgi-bin/findweather/getForecast?query=Worthington%2C+OH"<br>&gt;  &gt;<br>&gt; &gt; Any help is appreciated.  <br>&gt; <br>&gt; That would be:<br>&gt; <br>&gt;    daytemp = soup.find("div",id="main").findNext("span").renderContents()<br>&gt; <br><br>Thank you, that works!&nbsp; I'll go try some more things and read more of<br>the documentation and if I bump into more confusions I may have more<br>questions.<br><br>Che<br><br /><hr />Lauren found her dream laptop.  <a href='http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290' target='_new'>Find the PC that’s right for you.</a></body>
</html>