HTML - corresponding table tags
Posted: Mon Jan 14, 2002 2:41 pm
Is it possible to find in an HTML source the corresponding html-tags automatically??
Background:
I often have some nested html-tables and I need to find the corresponding
ending tags
e.g. the first <table> and last </table> - tag.
<table> <-----
<tr>
<td> <table><tr><td> bla </td></tr></table>
</td>
</tr>
</table> <------
Is this possible?? Often I need this to know, to check if I have forgotten some
tags at the end of some nested tables.
Cheers,
Markus
Background:
I often have some nested html-tables and I need to find the corresponding
ending tags
e.g. the first <table> and last </table> - tag.
<table> <-----
<tr>
<td> <table><tr><td> bla </td></tr></table>
</td>
</tr>
</table> <------
Is this possible?? Often I need this to know, to check if I have forgotten some
tags at the end of some nested tables.
Cheers,
Markus