Parsing HTML table (lxml, XPath) with enclosed tags
Use cell.xpath('string()')
instead of cell.text
to simply read out the string value of each cell.
Use cell.xpath('string()')
instead of cell.text
to simply read out the string value of each cell.