So, I have a TD that looks like this:
Code: Select all
<td><font>$439.80</font></td>
It is not consistently the same TD cell, so I can't just count them. The id is unique to this field, but I can't find a way to capture the field based on a font tag id. To make it slightly harder, the price_lbl27194 will change, based on the configuration of the product. Basically, the number rolls to match the configuration id, and its appended to all of the form fields to keep it straight. I can reliably capture the number, and then concat it to the label, but I need a variable in the extract tag.
Any ideas on how to capture this correctly?