Newbie..Needs Help

Nick Vatamaniuc vatamane at gmail.com
Fri Jul 28 14:09:54 EDT 2006


What do you mean?
The html table is right there (at least in Firefox it is...). I'll
paste it in too. Just need to isolate with some simple regexes and
extract the text...
Nick V.

-------------------
<table border=0 width=100% cellpadding=0 cellspacing=0>
					<tr class=normbold>
						<Td width=13% class=tdblue>#
						</td>

						<Td align=right width=13% class="tdblue">Win 
						</td>
						<Td align=right width=16% class="tdblue">Place 
						</td>
						<Td align=right width=13% class="tdblue">Win 
						</td>
						<Td align=right class=tdblue>Place 

						</td><Td align=right width=13% class="tdblue">Win 
						</td>
						<Td align=right width=16% class="tdblue">Place 
						</td>
					</tr>
			                  !!!!! MORE <tr>...</tr> ROWS IN HERE !!!!!!!!!!!!!
				</table>
-------------------------------------

Dennis Lee Bieber wrote:
> On Sat, 29 Jul 2006 01:11:41 +1000, "Graham Feeley"
> <grahamjfeeley at optusnet.com.au> declaimed the following in
> comp.lang.python:
>
> http://www.aapracingandsports.com.au/racing/raceresultsonly.asp?storydate=27/07/2006&meetings=bdgo
> >
> 	Ugh... Javascript and CSS...
>
> 	Getting down to the actual race tables is the pain... Once down to
> the tables it may not be that difficult...
>
> --
> 	Wulfraed	Dennis Lee Bieber		KD6MOG
> 	wlfraed at ix.netcom.com		wulfraed at bestiaria.com
> 		HTTP://wlfraed.home.netcom.com/
> 	(Bestiaria Support Staff:		web-asst at bestiaria.com)
> 		HTTP://www.bestiaria.com/




More information about the Python-list mailing list