/[projects]/misc/pythonScraper/test.html
ViewVC logotype

Contents of /misc/pythonScraper/test.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 629 - (show annotations) (download) (as text)
Tue Mar 16 10:10:55 2010 UTC (14 years, 2 months ago) by torben
File MIME type: text/html
File size: 246 byte(s)
added sample python screen/web scraper
1 <!-- data source for python mechanize/beautifulsoup sample -->
2 <html>
3 <body>
4
5 <table border=1>
6 <tr>
7 <th>Keys</th>
8 <th>Vals</th>
9 </tr>
10 <tr>
11 <td>Key1</td>
12 <td>10</td>
13 </tr>
14 <tr>
15 <td>Key2</td>
16 <td>32</td>
17 </tr>
18 </table>
19
20 </body>
21 </html>

  ViewVC Help
Powered by ViewVC 1.1.20