Possible Duplicate:
Best methods to parse HTML
How to make a Reg. Ex. to find everything between <tr>..</tr>
tags?
Its a Big html Page and I want to get everything between different <tr>..</tr>
pairs
also possible
<tr> hi
<tr>
foo
</tr>
</tr>
the result should be: 1.
hi
<tr>
foo
</tr>
2.
foo