Hi All,
I am working on generating some reports by looking up web pages.
The web page has all sorts of elements and I want to just grep the lower half of the web page which contains data obtained after entering values in the upper half.
The data is basically a set of tables embedded as
<div>
<table>
<tbody>
<tr>
<td>
<div>
<table>
<tbody>
....
I am working on generating some reports by looking up web pages.
The web page has all sorts of elements and I want to just grep the lower half of the web page which contains data obtained after entering values in the upper half.
The data is basically a set of tables embedded as
<div>
<table>
<tbody>
<tr>
<td>
<div>
<table>
<tbody>
....
Comment