-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html-to-epub3 should output XHTML files with <!DOCTYPE html>
#77
Comments
<!DOCTYPE html>
This may be a Windows related issue - in looking at the output of both the html-to-epub3 and epub3-to-epub3 jobs used to convert from HTML through to ePub with Audio, I am seeing a couple of "Error" messages at the end of the output, but the resulting ePub is successfully produced. The error is " SetDoctype: px:set-doctype failed to read from ..." and then lists a full path to a file (I'll include screenshots from each step.) I was able to check and the files actually exist in the location used by the ePub Enhancement script, so the path is correct. I was unable to find the folder referenced by the HTML to ePub script, since the job was |
@GrayWolfMT It looks like it might be a Windows issue indeed. I'm going to test it on a VM. If it isn't too much work for you, you may already send me the full log of the conversion. |
I can't reproduce the "SetDoctype" issue, perhaps because I'm not using the same input file and job options as you are. But anyway, I don't think the fact that the doctype is not set to |
I looked too fast. It seems we do something, except not in a place I expected: 7870868. |
Issue reported by Tom McCartney:
The text was updated successfully, but these errors were encountered: