Capturing line breaks in LR using web_reg_save_param

Hi,
I had to capture some data in LR, where the unique LeftBoundary is coming in multiple lines with line-breaks as given below. Here i had to capture the emphasized section $5000, which is tightly coupled with the next emphasized section 'Total', so the right boundary becomes too long and with line breaks. When i try with \\n or \n, it simply fails to find. Does anybody have worked out this problem before:

<td valign="top" class="ofTxt">NASDAQ BALANCED</td>
<td valign="top" class="ofCur">$500.00></td>

</tr>

<tr>
<td valign="top" class="ofTxtRt"><strong>Total:</strong></td>
</code>

You could try to save the

You could try to save the whole table, including <table> tags into a LR parameter, then use lr_xml_... functions to extract the data you want. It is dependent on having well-formed XHTML, however.