View Single Post
Old 05-18-2023, 08:30 AM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,807
Karma: 6000000
Join Date: Nov 2009
Device: many
all epubs require xhtml files not html files. Xhtml files are true xml with case sensitivity and proper closing tag for every opening tag, etc. html code has much fewer restrictions and can omit closing tags such as a closing p tag in many circumstances leaving the code a bit of a spaghetti hash.

Early versions of epub3 required the .xhtml extension, now it is just recommended. Using .html is allowed but not encouraged. No matter what the extension, the contents are xhtml not html so matching the extension to the contents just makes the most sense.

Last edited by KevinH; 05-18-2023 at 09:05 AM.
KevinH is offline   Reply With Quote