Pandu - 2007-09-21

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>