Hello Everybody,
I want to parse a html file which is like this
<html> <head> </head> <body> <table>
<table tabid='a'> <table tabid='maintable'> <>
</table> </table>
<table> </table>
<table> </table> </table>
</body> </html>
Log in to post a comment.
Hello Everybody,
I want to parse a html file which is like this
<html>
<head>
</head>
<body>
<table>
<table tabid='a'>
<table tabid='maintable'>
<>
</table>
</table>
<table>
</table>
<table>
</table>
</table>
</body>
</html>