Quote:
Originally Posted by ElMiko
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.