Quote:
Originally Posted by bravosx
The problem remains the text contained between the <title></title>, for example, the lack of Polish character in the word Rozdział:
|
The <title>...</title> tag isn't used by epub apps. I.e., it can be empty or contain random characters. It only needs to be included for backwards compatibility with older apps; you also get the following epubcheck error, if it isn't included:
Code:
ERROR(RSC-005): Error while parsing file 'element "head" incomplete; missing required element "title"'.
Quote:
Originally Posted by st_albert
The plugin runs without error, and correctly imports the cover image, builds a correct toc.ncx and a correct HTML contents file, but no text files are created after the frontmatter.
|
When I ran tests I also encountered similar problems with some files, but I chalked it down to LibreOffice/OS compatibility problems, and since I don't really need this plugin, I didn't investigate this further.