View Single Post
Old 05-08-2025, 04:23 PM   #25
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,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by ElMiko View Post
That would be really helpful. Would it only work with xhtml, or with htm/html, too?
There is no htm or html in an epub. If you try to load an html file it will most likely cause failure of the xml parser. That is why we use our version of the gumbo repair parser to fix html into valid xhtml.

If you instead meant a file extension ending in htm or html that actually holds xhtml, it should work just fine. It is the media type/strict xml parsing rules that matters not the file extension.
KevinH is offline   Reply With Quote