in reply to Re: Question on extracting HTML tables with HTML::TableExtract
in thread Question on extracting HTML tables with HTML::TableExtract
Reading the same docs it looks like keep_html keeps any markup within the cell (e.g. text formatting) but not the tags that define the table. That it doesn't keep embedded tables within a cell makes me think it removes all table stucture tags
The synopsis does give a different method that looks like the right thing through:
$table_html = $table_tree->as_HTML;I haven't tried either one- maybe later on today if the op doesn't solve it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Question on extracting HTML tables with HTML::TableExtract
by ww (Archbishop) on Feb 26, 2012 at 19:48 UTC | |
by bitingduck (Deacon) on Feb 26, 2012 at 20:07 UTC |