Quote:
Originally Posted by Terisa de morgan
Checking some plugin, RECOVER_PARSER is not used for parsing html (it uses parse_html in that case) but for parsing xml. Is there any calibre function for that?
|
As I said in my post:
But if plugins want to parse html or xml using lxml directly, the relevant functions are safe_xml_fromstring and safe_html_fromstring from the calibre.utils.xml_parse module