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&nbsp;
                                                </td>
                                                <Td align=right width=16% 
class="tdblue">Place&nbsp;
                                                </td>
                                                <Td align=right width=13% 
class="tdblue">Win&nbsp;
                                                </td>
                                                <Td align=right 
class=tdblue>Place&nbsp;

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

Dennis Lee Bieber wrote:
> On Sat, 29 Jul 2006 01:11:41 +1000, "Graham Feeley"
> <[EMAIL PROTECTED]> 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
>       [EMAIL PROTECTED]               [EMAIL PROTECTED]
>               HTTP://wlfraed.home.netcom.com/
>       (Bestiaria Support Staff:               [EMAIL PROTECTED])
>               HTTP://www.bestiaria.com/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to