in reply to Specific Text Extracting

Since version 1.06 (current 1.08), HTML::TableExtract has a 'keep_html' flag that will retain the raw HTML within each cell. So you'll want to target tables at your depth while retaining HTML, then run the chunks of HTML through another parser or regexp to yank the text with your desired attributes.

Matt