H
hansi13 via AccessMonster.com
Hi,
following problem: I have an html-file which is in fact a saved file from
outlook.
The file has an table structure, in it different tables.
I now want to access a table which is identified like this:
<table><tr><td>
<p class=MsoNormal><a href="#TABLE_1"><img alt="10 rows, 33
columns"></a></p>
</td></tr>
<tr><td><table> /* Stuff I want to extract from the following 10 rows and
33 columns */ </table></td></tr></table>...
Now I surely can try to read the whole data as string and trying to parse it
but I was wondering if and how I can access the file to read/ navigate in it
by DOM - somebody can give me a starting point?
Thanks a lot in advance.
BR,
Hansi
following problem: I have an html-file which is in fact a saved file from
outlook.
The file has an table structure, in it different tables.
I now want to access a table which is identified like this:
<table><tr><td>
<p class=MsoNormal><a href="#TABLE_1"><img alt="10 rows, 33
columns"></a></p>
</td></tr>
<tr><td><table> /* Stuff I want to extract from the following 10 rows and
33 columns */ </table></td></tr></table>...
Now I surely can try to read the whole data as string and trying to parse it
but I was wondering if and how I can access the file to read/ navigate in it
by DOM - somebody can give me a starting point?
Thanks a lot in advance.
BR,
Hansi