I am trying to parse html. Two tables has the same id in the same html. How can I parse this?
<div>
<table width='450' border=4 id='1234azert'>
...
</table>
<table width='450' border=5 id='1234azert'>
...
</table>
</div>