Quote:
Originally Posted by kovidgoyal
calibre does not do anything with lang attributes in HTML.
|
Then can you give me some pointers on how to pass the lang information to soup? When I check the individual HTMLs generated by the recipe, I see only
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml">
.
The lang attribute is not there. Thanks!