html - Convert div to table; extract div or table -
i parsed website containing main content in table using html::tableextract. works fine. website has main content in div tags stored.
i to:
- convert div table using html::tableextract or
- parsing div tags html::tableextract
the major goal not find/parse html file classes , tags, because website changing layout (html classes) in little ways every week, parsing would fail @ points. using html::tableextract , parse coords of table, more independency.
does has idea?
Comments
Post a Comment